Problem nostatement
User bron
Submission Time 2023-01-02 22:30:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:37:20: error: expected ‘;’ before ‘}’ token
37 | cout<<"-1"<<"\n"
| ^
| ;
38 | }
| ~