Problem round_up_division
User Bensamuel2008
Submission Time 2025-06-17 09:31:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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