| Problem | mirrors |
|---|---|
| User | Karax |
| Submission Time | 2026-02-20 13:29:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:51:6: error: redeclaration of ‘long long int l’
51 | int l = 0;
| ^
mirrors.cpp:18:6: note: ‘long long int l’ previously declared here
18 | int l = 1;
| ^
mirrors.cpp:52:6: error: redeclaration of ‘long long int r’
52 | int r = 0;
| ^
mirrors.cpp:19:6: note: ‘long long int r’ previously declared here
19 | int r = 0;
| ^