Problem | sealevel |
---|---|
User | cobnet |
Submission Time | 2023-02-14 19:45:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sealevel.cpp:4:11: error: redefinition of ‘const int MAX’
4 | const int MAX = 100000;
| ^~~
sealevel.cpp:3:11: note: ‘const int MAX’ previously defined here
3 | const int MAX = 100000;
| ^~~