运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
636499 | 冼城 | 1049 - 抢红包 | 编译错误 | 0 | 0 MS | 0 KB | C | 329 | 22天前 |
Main.c: In function 'main':
Main.c:10:17: error: expected ';' before '}' token
10 | count2++}
| ^
| ;
Main.c:14:28: error: expected ')' before ';' token
14 | else printf("%d",count2;
| ~ ^
| )
Main.c:15:14: error: expected ';' before '}' token
15 | return 0;
| ^
| ;
16 | }
| ~