| Problem | chimera |
|---|---|
| User | PlayVoltz |
| Submission Time | 2024-08-05 09:23:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
chimera.cpp: In member function ‘std::set<int> node::query(int, int)’:
chimera.cpp:31:37: error: expected ‘;’ before ‘return’
31 | for (auto a:temp1)temp2.insert(a)
| ^
| ;
32 | return temp2;
| ~~~~~~