摘要:
一种方法,记录一下,以便日后查找……Problem DescriptionThe three hands of the clock are rotating every second and meeting each other many times everyday. Finally, they ... 阅读全文
摘要:
错误:#include #include int main(){ int a; int b,c,d; scanf("%d",&a); b=a-100*a/100-10*(a/10-10*a/100); c=a/10-10*a/100; d=a/100; printf("%d%d%d\n",b... 阅读全文
摘要:
#includeint main(){ int c[51]={1,1}; int time; int a,b,n; int i; while(scanf("%d %d %d",&a,&b,&n)!=EOF){ if(a==0&&b==0&&n==0) break; a%=7; b%=7; ... 阅读全文