Problem typo
User lucaleeeeee
Submission Time 2026-05-08 15:26:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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