| Problem | photo |
|---|---|
| User | highdelao |
| Submission Time | 2025-02-06 00:43:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:36:9: error: redeclaration of ‘int max_height’
36 | int max_height = -1;
| ^~~~~~~~~~
photo.cpp:30:9: note: ‘int max_height’ previously declared here
30 | int max_height = -1;
| ^~~~~~~~~~