Problem | round_up_division |
---|---|
User | bribritt |
Submission Time | 2025-08-15 13:59:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
round_up_division.cpp: In function ‘int32_t main()’:
round_up_division.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
round_up_division.cpp:5:2: note: in expansion of macro ‘int’
5 | int n, d;
| ^~~
round_up_division.cpp:5:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | int n, d;
| ^
| yn
round_up_division.cpp:5:9: error: ‘d’ was not declared in this scope
5 | int n, d;
| ^