Problem rop
User j0ashhh
Submission Time 2026-01-31 22:19:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rop.cpp: In function ‘int main()’:
rop.cpp:19:11: error: expected ‘)’ before ‘;’ token
19 | time++;
| ^
| )
rop.cpp:18:63: note: to match this ‘(’
18 | if(arr[start+1] - arr[start] < arr[start+2] - arr[start+1])(
| ^
rop.cpp:20:4: error: expected primary-expression before ‘)’ token
20 | )else{
| ^