Problem | foodchain |
---|---|
User | Duk168 |
Submission Time | 2024-02-05 16:56:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:10:6: error: conflicting declaration ‘int a1’
10 | int a1 = a%MOD;
| ^~
foodchain.cpp:8:24: note: previous declaration as ‘long long unsigned int a1’
8 | unsigned long long a1, b1, c1, d1, e1;
| ^~