Problem trivialexam
User Shuhxin
Submission Time 2024-01-21 12:57:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trivialexam.cpp: In function ‘int main()’:
trivialexam.cpp:8:22: error: expected ‘;’ before ‘}’ token
8 | cout << 11431
| ^
| ;
9 | }
| ~