Problem snail
User Ok
Submission Time 2023-01-23 14:34:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

snail.cpp: In function ‘int main()’:
snail.cpp:53:43: error: expected ‘;’ before ‘if’
53 | max((long long int)0,sum + lst[i])
| ^
| ;
54 | if(sum >= H){
| ~~