Problem | twomeals |
---|---|
User | MagicHenry |
Submission Time | 2025-06-18 22:01:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twomeals.cpp: In function ‘int main()’:
twomeals.cpp:17:15: error: redeclaration of ‘long long int cur’
17 | long long cur=0, best=LLONG_MIN;
| ^~~
twomeals.cpp:9:15: note: ‘long long int cur’ previously declared here
9 | long long cur=0, best=LLONG_MIN;
| ^~~
twomeals.cpp:17:22: error: redeclaration of ‘long long int best’
17 | long long cur=0, best=LLONG_MIN;
| ^~~~
twomeals.cpp:9:22: note: ‘long long int best’ previously declared here
9 | long long cur=0, best=LLONG_MIN;
| ^~~~