Problem | bestplace |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-16 00:41:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:22:6: error: redeclaration of ‘int best’
22 | int best = INT_MAX;
| ^~~~
bestplace.cpp:11:6: note: ‘int best’ previously declared here
11 | int best = INT_MAX;
| ^~~~