摘要: 1.问题发现 有这样一段代码: #include int main() { int a, b, num1, num2, temp; printf("please input two numbers:\n"); scanf("%d,%d", &num1, &num2); if(num1 > 0 && num2 > 0) (1) { a = num1; b = num2; temp = a%b;... 阅读全文
posted @ 2013-12-24 20:11 Albert_yue 阅读(10291) 评论(0) 推荐(0)