| Problem | round_up_division |
|---|---|
| User | starfal |
| Submission Time | 2026-03-07 10:15:03 |
| 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:8:6: error: ‘a’ was not declared in this scope
8 | x = a % b;
| ^
round_up_division.cpp:8:10: error: ‘b’ was not declared in this scope
8 | x = a % b;
| ^