| Problem | round_up_division |
|---|---|
| User | Deathaer |
| Submission Time | 2025-06-17 09:46:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:15:19: error: expected ‘;’ before ‘}’ token
15 | divide = 1
| ^
| ;
16 | }
| ~