| Problem | round_up_division |
|---|---|
| User | abhro |
| Submission Time | 2025-06-17 09:45: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:7:12: error: ‘a’ was not declared in this scope
7 | cin >> a >> b ;
| ^
round_up_division.cpp:7:17: error: ‘b’ was not declared in this scope
7 | cin >> a >> b ;
| ^