Problem | paint |
---|---|
User | CookieCoder |
Submission Time | 2025-06-30 17:40:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:27:17: error: invalid operands of types ‘int [N]’ and ‘int [N]’ to binary ‘operator+’
27 | std::sort(j, j + n);
| ~ ^ ~
| | |
| | int [N]
| int [N]