| Problem | round_up_division |
|---|---|
| User | EEETTT67 |
| Submission Time | 2026-03-07 10:14:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
round_up_division.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
round_up_division.cpp: In function ‘int main()’:
round_up_division.cpp:6:2: error: expected initializer before ‘cin’
6 | cin >> a >> b
| ^~~
round_up_division.cpp:7:20: error: expected ‘}’ at end of input
7 | cout << int a/b + 1
| ^
round_up_division.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^