Problem typo
User JIZHE
Submission Time 2023-01-18 21:37:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:35:12: error: expected ‘;’ before ‘}’ token
35 | exit(0)
| ^
| ;
36 | }
| ~