摘要: #include<stdio.h>#include<math.h>#include<windows.h>int right=0;int wrong=0;void add(){ int a,b,c; a=rand()%100; b=rand()%100; printf("请回答:\n\t\t %d + 阅读全文
posted @ 2018-11-06 20:23 未辰vc 阅读(235) 评论(0) 推荐(0)