摘要:
#include int main(){int a, b, m , n, t;while( scanf("%d %d", &a, &b) != EOF ){if( a > b ){t = a;a = b;b = t;}m = n = 0;for( ; a bac过了,但与别人的结果比较,觉得应该有更简短的代码 阅读全文
摘要:
转化成字符串,再用for循环输出:#include #include int main(){ char s[32]; int d, i; gets(s); d = strlen(s); for( i = 0; i < d; i ++ ) putchar(s[i]); return 0;}疑问:如何进行大数的计算? 阅读全文
摘要:
你有梦想,放手去做! 阅读全文