Why I get a runtime error?
1 #include <stdio.h> 2 #include <time.h> 3 #include <stdlib.h> 4 int main() 5 { 6 int a,b,c; 7 scanf(\"%d\",&a); 8 srand(time(NULL)); 9 b=rand()%a; 10 c=a-b; 11 printf(\"%d %d\\n\",b,c); 12 return 0; 13 } 在自己电脑上能通过啊? 我是newbie...别BS我
I\'ve find one case when the Input int is 0....float exception.... But when I add if(a==0).... I still get a runtime error. what\'s wrong?
好像是因为不能用time.h
不用time.h怎么制造随机种子啊?? 高手提示下?
为什么要随机啊? 直接输出0 a不就行了。
另外,非得随机,不用时间初始化就可以了。。
if(a==0) how?
俺也菜死了 难易理解的我也不了 求救~~~~~~