Problem trivialexam_ex_ex
User Mimikyu
Submission Time 2023-12-18 14:32:26
Score 0

Compile Error

trivialexam_ex_ex.cpp: In function ‘int main()’:
trivialexam_ex_ex.cpp:5:11: error: expected ‘;’ before ‘}’ token
5 | cout<<'1'
| ^
| ;
6 | }
| ~