Problem trivialexam_ex_ex
User wzhci11
Submission Time 2024-05-11 10:53:39
Score 0

Compile Error

trivialexam_ex_ex.cpp: In function ‘int main()’:
trivialexam_ex_ex.cpp:52:19: error: expected ‘;’ before ‘}’ token
52 | cout << 14
| ^
| ;
53 | }
| ~