Problem foodchain
User WJR
Submission Time 2025-12-05 14:18:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
foodchain.cpp: In function ‘int main()’:
foodchain.cpp:13:20: error: expected ‘;’ before ‘cout’
13 | total = total%base
| ^
| ;
14 | cout<<total;
| ~~~~