| Problem | mirrors |
|---|---|
| User | hitarthdangra |
| Submission Time | 2025-06-20 13:35:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:39:3: error: expected ‘}’ at end of input
39 | }
| ^
mirrors.cpp:14:43: note: to match this ‘{’
14 | for ( int start = 0; start < n; start++) {
| ^
mirrors.cpp:39:3: error: expected ‘}’ at end of input
39 | }
| ^
mirrors.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^