Problem | foodchain |
---|---|
User | Duk168 |
Submission Time | 2024-02-05 16:57:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:21: error: redeclaration of ‘long long unsigned int a1’
10 | unsigned long long a1 = a%MOD;
| ^~
foodchain.cpp:8:24: note: ‘long long unsigned int a1’ previously declared here
8 | unsigned long long a1, b1, c1, d1, e1;
| ^~