| Problem | round_up_division |
|---|---|
| User | suzienguyen |
| Submission Time | 2026-03-16 11:44:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
round_up_division.cpp: In function ‘int32_t main()’:
round_up_division.cpp:10:14: error: ‘d’ was not declared in this scope
10 | int ans = a/d + 1;
| ^