| Problem | round_up_division |
|---|---|
| User | Codebreaker |
| Submission Time | 2026-04-15 17:40:25 |
| 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:6:13: error: expected ‘;’ before ‘}’ token
6 | cout << x/y
| ^
| ;
7 | }
| ~