Owl Get a Life
duckwar.cpp: In function ‘int main()’:duckwar.cpp:26:20: error: expected ‘;’ before ‘i’ 26 | for(__int128 i=low i<=high; ++i) ans=max(ans, f(i)); | ^~ | ;