Problem | round_up_division |
---|---|
User | Secre |
Submission Time | 2025-06-17 10:00:59 |
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:6:10: error: expected ‘}’ at end of input
6 | if(n%d>0){
| ^
round_up_division.cpp:6:10: error: expected ‘}’ at end of input
round_up_division.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^