Problem shortest
User DoubleShaurya
Submission Time 2024-02-10 13:41:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp: In function ‘int main()’:
shortest.cpp:11:7: error: expected ‘;’ before ‘}’ token
11 | a++
| ^
| ;
12 | }
| ~
shortest.cpp:14:7: error: expected ‘;’ before ‘}’ token
14 | a--
| ^
| ;
15 | }
| ~