Problem | round_up_division |
---|---|
User | kruytz |
Submission Time | 2025-08-14 12:05:25 |
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:13: error: expected ‘;’ before ‘long’
8 | cout.tie(0)
| ^
| ;
9 |
10 | long long n, d;
| ~~~~
round_up_division.cpp:11:12: error: ‘n’ was not declared in this scope
11 | cin >> n >> d;
| ^
round_up_division.cpp:11:17: error: ‘d’ was not declared in this scope
11 | cin >> n >> d;
| ^