Problem | round_up_division |
---|---|
User | DarrylKaysan |
Submission Time | 2025-06-17 09:36:48 |
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:5:7: error: found ‘:’ in nested-name-specifier, expected ‘::’
5 | int d:
| ^
| ::
round_up_division.cpp:5:6: error: ‘d’ has not been declared
5 | int d:
| ^
round_up_division.cpp:6:6: error: qualified-id in declaration before ‘>>’ token
6 | cin >> n >> d;
| ^~
round_up_division.cpp:7:16: error: ‘d’ was not declared in this scope
7 | int add = n % d;
| ^