Problem | round_up_division |
---|---|
User | bribritt |
Submission Time | 2025-08-15 13:54:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:7:12: error: expected ‘;’ before ‘}’ token
7 | cout << 0
| ^
| ;
8 | } else if {(n%d == 0){
| ~
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(){
| ^