| Problem | round_up_division | 
|---|---|
| User | Tweok | 
| Submission Time | 2025-06-17 10:07:50 | 
| 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:2:14: error: ‘cin’ was not declared in this scope
    2 |  float n, d; cin >> n >> d;
      |              ^~~
round_up_division.cpp:7:9: error: ‘cout’ was not declared in this scope
    7 |         cout << intResult+ 1;
      |         ^~~~
round_up_division.cpp:9:9: error: ‘cout’ was not declared in this scope
    9 |         cout << intResult + 1;
      |         ^~~~