Owl Get a Life
airplane2.cpp: In function ‘void solve()’:airplane2.cpp:85:21: error: expected ‘;’ before ‘}’ token 85 | cout << ans << "\n" | ^ | ; 86 | //cout << -1 << "\n"; 87 | } | ~