Problem hacked
User ILM
Submission Time 2024-11-03 18:16:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hacked.cpp: In function ‘int main()’:
hacked.cpp:7:11: error: expected ‘;’ before ‘cout’
7 | cout << 2
| ^
| ;
8 | cout << -1 << 2;
| ~~~~