#include #include #include using namespace std; int add_test(){ int x,y,z,f,c=0,score=0; time_t t; srand(time(&t)); f=rand()%51; cout<<"加法测验(共 n 题)"<>z; if(x/y==z) score += 10; } return score; }