Problem mirrors
User Haritha
Submission Time 2025-06-20 16:03:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mirrors.cpp: In function ‘int main()’:
mirrors.cpp:15:23: error: expected primary-expression at end of input
15 | for (int i = 0; i <
| ^
mirrors.cpp:15:24: error: expected ‘;’ at end of input
15 | for (int i = 0; i <
| ~^
| ;
mirrors.cpp:15:23: error: expected primary-expression at end of input
15 | for (int i = 0; i <
| ^
mirrors.cpp:15:24: error: expected ‘)’ at end of input
15 | for (int i = 0; i <
| ~ ~^
| )
mirrors.cpp:15:23: error: expected statement at end of input
15 | for (int i = 0; i <
| ^
mirrors.cpp:15:23: error: expected ‘}’ at end of input
mirrors.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^