Problem | round_up_division |
---|---|
User | J0elKh00 |
Submission Time | 2025-06-17 10:12:39 |
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:5: error: ‘cin’ was not declared in this scope
3 | cin >> n >> d;
| ^~~
round_up_division.cpp:5:9: error: ‘cout’ was not declared in this scope
5 | cout << ((n / d) + 1);
| ^~~~
round_up_division.cpp:7:9: error: ‘cout’ was not declared in this scope
7 | cout << (n / d);
| ^~~~