Problem | foodchain |
---|---|
User | Wheezycantcode |
Submission Time | 2024-02-23 17:16:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:8:13: error: conflicting declaration ‘__int128 n’
8 | __int128_t n = e*d*c*b*a;
| ^
foodchain.cpp:6:6: note: previous declaration as ‘int n’
6 | int n;
| ^