Problem shortest
User shashi93
Submission Time 2024-04-19 14:20:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp: In function ‘int main()’:
shortest.cpp:19:1: error: expected ‘catch’ at end of input
19 | }
| ^
shortest.cpp:19:1: error: expected ‘(’ at end of input
19 | }
| ^
| (
shortest.cpp:19:1: error: expected type-specifier at end of input
shortest.cpp:19:2: error: expected ‘)’ at end of input
19 | }
| ~^
| )
shortest.cpp:19:1: error: expected ‘{’ at end of input
19 | }
| ^
shortest.cpp:19:1: error: expected ‘}’ at end of input
shortest.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^