Problem trivialexam_ex
User chenweilian
Submission Time 2023-04-06 17:29:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialexam_ex.cpp: In function ‘int main()’:
trivialexam_ex.cpp:7:22: error: expected ‘;’ before ‘)’ token
7 | for(int i = 0; i < t) {
| ^
| ;
trivialexam_ex.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
trivialexam_ex.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^