摘要:
#include#include #include main(){int a,b,c,n,u,i,sum;int resultTrue=0;int answer;int time;char op,op2;do//产生随机数{a=rand()%100+1;b=rand()%100+1;c=rand()...
阅读全文
posted @ 2015-04-01 17:38
57杨家安
阅读(141)
推荐(0)
编辑
摘要:
#include#include #include main(){int a,b,c;float resultTrue=0,n;char op;srand(time(NULL));do{a=rand()%10+1;b=rand()%10+1;c=rand()%4+1;switch(c%4){case...
阅读全文
posted @ 2015-04-01 16:09
57杨家安
阅读(162)
推荐(0)
编辑