Problem round_up_division
User jambusk
Submission Time 2025-06-17 09:33:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:9:12: error: lvalue required as left operand of assignment
9 | if (n%d = 0){
| ^
round_up_division.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | cout << n/d
| ^
| ;
11 | }
| ~