Problem | paint |
---|---|
User | chickenwingwfries |
Submission Time | 2025-01-07 14:25:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:25:7: error: ‘sum’ was not declared in this scope
25 | sum += order[i].first * i;
| ^~~
paint.cpp:28:11: error: ‘sum’ was not declared in this scope
28 | cout << sum;
| ^~~