| Problem | round_up_division |
|---|---|
| User | EEETTT67 |
| Submission Time | 2026-03-07 10:15:12 |
| 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:2: error: expected initializer before ‘cin’
7 | cin >> a >> b
| ^~~
round_up_division.cpp:8:20: error: expected ‘}’ at end of input
8 | cout << int a/b + 1
| ^
round_up_division.cpp:5:11: note: to match this ‘{’
5 | int main(){
| ^