| Problem | round_up_division |
|---|---|
| User | claireau |
| Submission Time | 2026-08-08 19:46:31 |
| 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:8:4: error: expected ‘(’ before ‘n’
8 | if n%d == 0 {
| ^
| (
round_up_division.cpp:11:2: error: ‘else’ without a previous ‘if’
11 | else if {
| ^~~~
round_up_division.cpp:11:10: error: expected ‘(’ before ‘{’ token
11 | else if {
| ^
| (
round_up_division.cpp:13:1: error: expected ‘}’ at end of input
13 | }
| ^
round_up_division.cpp:5:16: note: to match this ‘{’
5 | signed main () {
| ^