| Problem | round_up_division |
|---|---|
| User | bernice333 |
| Submission Time | 2026-03-07 10:37: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:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n >> d;
| ^~~
round_up_division.cpp:5:3: error: ‘cout’ was not declared in this scope
5 | cout<< 3;
| ^~~~
round_up_division.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << 1;
| ^~~~
round_up_division.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout<< n/d;
| ^~~~
round_up_division.cpp:15:3: error: ‘cout’ was not declared in this scope
15 | cout << (n+1)/d;
| ^~~~