| Problem | devour |
|---|---|
| User | Yash34 |
| Submission Time | 2023-12-28 17:52:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
devour.cpp: In function ‘int main()’:
devour.cpp:28:9: error: ‘count_if’ was not declared in this scope
28 | c = count_if(h.begin(), h.end(), [](int x) { return x > 0; });
| ^~~~~~~~