Owl Get a Life
airplane2.cpp: In function ‘bool solve(long long int)’:airplane2.cpp:15:27: error: expected ‘;’ before ‘}’ token 15 | rH += x-abs(c[i]-c[i-1]) | ^ | ; 16 | } | ~