| Problem | round_up_division |
|---|---|
| User | Jasper123 |
| Submission Time | 2026-03-07 10:13:07 |
| 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:20: error: ‘n’ was not declared in this scope
7 | if( a !=0&&b !=0&& n<=1&&d<=10000000000000){
| ^
round_up_division.cpp:7:26: error: ‘d’ was not declared in this scope
7 | if( a !=0&&b !=0&& n<=1&&d<=10000000000000){
| ^
round_up_division.cpp:9:5: error: redeclaration of ‘int d’
9 | int d=a%b;
| ^
round_up_division.cpp:7:26: note: ‘<typeprefixerror>d’ previously declared here
7 | if( a !=0&&b !=0&& n<=1&&d<=10000000000000){
| ^