Problem | twomeals |
---|---|
User | PlayVoltz |
Submission Time | 2023-07-25 22:26:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twomeals.cpp: In function ‘int main()’:
twomeals.cpp:29:8: error: redeclaration of ‘long long int fmax’
29 | ll fmax = max1;
| ^~~~
twomeals.cpp:10:11: note: ‘long long int fmax’ previously declared here
10 | ll n, a, fmax = INT_MIN;
| ^~~~