新手求助 请问为什么编译不通过, 求大佬指点。
#include
<stdio.h>
#include
<stdlib.h>
#define CES
true
int main(){
int score
=0;
score
=game(score
);
return 0;
}
int game(int score
){
int count
=0;
int number
=rand()%101;
if (CES
){
score
++;
printf("%d",number
);
}
printf("开始游戏,输入0退出");
return score
;
}
转载请注明原文地址: https://lol.8miu.com/read-15573.html