Problem round_up_division
User bribritt
Submission Time 2025-08-15 13:58:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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; int d;
| ^~~
round_up_division.cpp:5:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
5 | int n; int d;
| ^
| yn
round_up_division.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
round_up_division.cpp:5:9: note: in expansion of macro ‘int’
5 | int n; int d;
| ^~~
round_up_division.cpp:5:13: error: ‘d’ was not declared in this scope
5 | int n; int d;
| ^