Problem | nutritionist |
---|---|
User | haydendoo |
Submission Time | 2023-06-08 12:08:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nutritionist.cpp: In function ‘void solve()’:
nutritionist.cpp:247:21: error: redeclaration of ‘long long int l’
247 | int ans=0, curr=0, l=0;
| ^
nutritionist.cpp:243:12: note: ‘long long int l’ previously declared here
243 | int n, k, l; read(n, k, l);
| ^