Problem round_up_division
User bribritt
Submission Time 2025-08-15 13:54:56
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:12: error: expected ‘(’ before ‘{’ token
8 | } else if {(n%d == 0){
| ^
| (
round_up_division.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
round_up_division.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^