| Problem | quillvsowl |
|---|---|
| User | JoshJuice |
| Submission Time | 2025-10-08 02:23:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
quillvsowl.cpp: In function ‘int main()’:
quillvsowl.cpp:41:7: error: redeclaration of ‘int l’
41 | int l = 0, r = 0;
| ^
quillvsowl.cpp:28:16: note: ‘int l’ previously declared here
28 | int n, m, h, l;
| ^