| Problem | paint |
|---|---|
| User | Shadow1 |
| Submission Time | 2025-06-18 02:20:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘void solve()’:
paint.cpp:44:7: error: ‘b’ was not declared in this scope
44 | sort(b.begin(), b.end(), greater<int>);
| ^
paint.cpp:44:39: error: expected primary-expression before ‘)’ token
44 | sort(b.begin(), b.end(), greater<int>);
| ^