Problem | round_up_division |
---|---|
User | Euang |
Submission Time | 2025-06-17 11:09:40 |
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:10:28: error: expected primary-expression before β;β token
10 | cout << (a / b) + (a % b)/;
| ^