Problem | round_up_division |
---|---|
User | MCSG |
Submission Time | 2025-06-17 09:25:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
round_up_division.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:6:2: error: ‘total’ was not declared in this scope
6 | total=n/d;
| ^~~~~
round_up_division.cpp:7:10: error: lvalue required as left operand of assignment
7 | if (n%d=0){
| ^