Problem mirrors
User adhyashrivastava18
Submission Time 2025-06-20 14:32:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mirrors.cpp: In function ‘int main()’:
mirrors.cpp:6:79: error: expected ‘;’ before ‘return’
6 | cout << "It is always optimal to shoot the bullet in between mirrors 1 and 2"
| ^
| ;
7 |
8 | return 0;
| ~~~~~~