Problem summit
User aa24codebreaker
Submission Time 2023-11-10 10:17:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summit.cpp: In function ‘int32_t main()’:
summit.cpp:11:11: error: expected ‘;’ at end of input
11 | cout << x
| ~^
| ;
summit.cpp:11:10: error: expected ‘}’ at end of input
11 | cout << x
| ^
summit.cpp:7:1: note: to match this ‘{’
7 | {
| ^