Problem | doubletrouble |
---|---|
User | Pyrros |
Submission Time | 2025-02-09 23:04:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
doubletrouble.cpp: In function ‘int main()’:
doubletrouble.cpp:26:6: error: redeclaration of ‘long long int maxi’
26 | int maxi = 0;
| ^~~~
doubletrouble.cpp:10:6: note: ‘long long int maxi’ previously declared here
10 | int maxi = 0;
| ^~~~