Problem littlejohnny4
User LovePeggingLucaBalsa
Submission Time 2026-01-21 16:16:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny4.cpp: In function ‘int main()’:
littlejohnny4.cpp:15:8: error: expected ‘;’ before string constant
15 | cout "whateverthefuck" << "\n";
| ^~~~~~~~~~~~~~~~~~
| ;
littlejohnny4.cpp:17:14: error: ‘x’ was not declared in this scope
17 | positions[x-1] = 0;
| ^
littlejohnny4.cpp:23:8: error: expected ‘;’ before string constant
23 | cout "whaeoifhaeoih" << "\n";
| ^~~~~~~~~~~~~~~~
| ;