Owl Get a Life
minimise.cpp: In function ‘int main()’:minimise.cpp:9:18: error: expected ‘;’ before ‘while’ 9 | a -= b; count ++ | ^ | ; 10 | while (a > 0) { | ~~~~~