Problem foodchain
User Junxian
Submission Time 2026-02-28 09:10:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int main()’:
foodchain.cpp:7:11: error: expected ‘;’ before ‘total’
7 | total = a
| ^
| ;
8 | total * b;
| ~~~~~