Problem mirrors
User 2PrairieWind5
Submission Time 2025-06-20 15:48:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mirrors.cpp: In function ‘int main()’:
mirrors.cpp:5:11: error: expected ‘;’ before ‘}’ token
5 | cout << 2
| ^
| ;
6 | }
| ~