Problem | foodchain |
---|---|
User | blob |
Submission Time | 2023-11-10 09:12:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:12: error: redeclaration of ‘long long int f’
7 | long long f = a+b+c+d+e;
| ^
foodchain.cpp:6:12: note: ‘long long int f’ previously declared here
6 | long long f;
| ^