| Problem | splithunny |
|---|---|
| User | Kannan |
| Submission Time | 2024-01-25 16:06:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
splithunny.cpp: In function ‘int main()’:
splithunny.cpp:25:41: error: ‘class std::set<int>’ has no member named ‘contains’
25 | if(arr[i][j] == 1 && !s.contains(j)) {
| ^~~~~~~~
splithunny.cpp:31:41: error: ‘class std::set<int>’ has no member named ‘contains’
31 | if(arr[i][j] == 1 && !s.contains(j)) {
| ^~~~~~~~