Problem quest
User PlayVoltz
Submission Time 2025-12-28 22:41:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

quest.cpp: In function ‘int32_t main()’:
quest.cpp:55:140: error: expected ‘;’ before ‘)’ token
55 | both=max(0ll, min(both, abs(1-vect[i-1].se)+abs(1-n)+abs(vect[i].se-n)-max(0ll, abs(vect[i].se-vect[i-1].se)-(vect[i].fi-vect[i-1].fi)))));
| ^
| ;