Owl Get a Life
boarding.cpp: In function ‘void solve()’:boarding.cpp:106:35: error: expected ‘;’ before ‘}’ token 106 | floor = node[i] + abs(now - l) | ^ | ; 107 | } | ~