Owl Get a Life
lis.cpp: In function ‘int main()’:lis.cpp:98:27: error: expected ‘;’ before ‘}’ token 98 | for (;t>0;t--) solve() | ^ | ; 99 | 100 | } | ~