Problem | round_up_division |
---|---|
User | yin |
Submission Time | 2025-06-17 09:42:21 |
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:6:9: error: ‘cout’ was not declared in this scope
6 | cout << 1;
| ^~~~
round_up_division.cpp:9:9: error: ‘cout’ was not declared in this scope
9 | cout << a;
| ^~~~
round_up_division.cpp:12:5: error: ‘cout’ was not declared in this scope
12 | cout << a;
| ^~~~