Problem foodchain
User Wheezycantcode
Submission Time 2024-02-23 17:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^