摘要:
#include <stdio.h>#include <stdlib.h>#include <time.h>int main() { int i; int num1, num2; int op,result, score=0; char oper[]={'+','-','*','/'}; srand 阅读全文
posted @ 2018-10-08 18:47
PeanuTnT
阅读(107)
评论(0)
推荐(0)