Problem foodchain
User fanqie
Submission Time 2025-07-20 22:00:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

foodchain.cpp: In function ‘int32_t main()’:
foodchain.cpp:15:19: error: expected ‘;’ before ‘f’
15 | if (f<0){10*10*10
| ^
| ;
16 | f=f+10*10*10*10*10*10*10*10*10+9;
| ~