Problem | round_up_division |
---|---|
User | Secre |
Submission Time | 2025-06-17 10:26:02 |
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:9:10: error: expected ‘;’ before ‘}’ token
9 | cout<<n/d
| ^
| ;
10 | }
| ~
round_up_division.cpp: At global scope:
round_up_division.cpp:12:1: error: expected declaration before ‘}’ token
12 | }
| ^