Problem fatty
User ThinkingGeek257
Submission Time 2026-06-24 09:26:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fatty.cpp: In function ‘int main()’:
fatty.cpp:17:57: error: expected ‘;’ before ‘}’ token
17 | vTypes[index] = max(vTypes[index], vFood[index])
| ^
| ;
18 | }
| ~