| Problem | cargomanagement |
|---|---|
| User | PerihelionfromAphelion |
| Submission Time | 2026-07-04 10:16:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cargomanagement.cpp: In function ‘int main()’:
cargomanagement.cpp:14:8: error: invalid type argument of unary ‘*’ (have ‘int’)
14 | if (*it % y == 0) cout << "YES";
| ^~