摘要:
从简单的开始地址:http://hustoj.sinaapp.com/problem.php?id=1816很简单,模拟题,注意一下范围即可,不过千万不能用fflush(stdin),要不然报错,这个可能和OJ本身有关 1 #include <stdio.h> 2 3 int main() 4 { 5 char in; 6 long long star=1; 7 long long group=1; 8 in=getchar(); 9 while(in>='A' && in<='Z')10 {11 star=star*(i 阅读全文
posted @ 2013-01-14 23:29
tjsuhst
阅读(280)
评论(0)
推荐(0)

浙公网安备 33010602011771号