Owl Get a Life
duckhunt4.cpp: In function ‘int main()’:duckhunt4.cpp:13:24: error: expected ‘;’ before ‘x’ 13 | ans += (x/1000) * 1000 | ^ | ; 14 | x %= 500; | ~