Problem | round_up_division |
---|---|
User | GohWenXi |
Submission Time | 2025-06-17 09:26:15 |
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:5:2: error: ‘cin’ was not declared in this scope
5 | cin>>n>>d;
| ^~~
round_up_division.cpp:7:2: error: ‘cout’ was not declared in this scope
7 | cout<<result;
| ^~~~