Problem round_up_division
User bribritt
Submission Time 2025-08-15 13:51:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:7:14: error: expected ‘;’ before ‘}’ token
7 | cout << n/d
| ^
| ;
8 | } else {
| ~
round_up_division.cpp:9:16: error: expected ‘;’ before ‘}’ token
9 | cout << n/d+1
| ^
| ;
10 | }
| ~