| Problem | swapsort |
|---|---|
| User | friendlyfexr |
| Submission Time | 2026-06-28 21:57:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swapsort.cpp: In function ‘int main()’:
swapsort.cpp:29:21: error: ‘class std::unordered_set<int>’ has no member named ‘has’
29 | if (fragIdx.has(Lj-1)) {
| ^~~
swapsort.cpp:34:21: error: ‘class std::unordered_set<int>’ has no member named ‘has’
34 | if (fragIdx.has(Rj-1)) {
| ^~~