Problem typo
User duck
Submission Time 2023-11-10 15:47:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:6:13: error: a function-definition is not allowed here before ‘{’ token
6 | int main () {
| ^
typo.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
typo.cpp:3:13: note: to match this ‘{’
3 | int main () {
| ^