Problem minimise
User fueh
Submission Time 2026-06-23 16:53:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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