| Problem | xorinversions |
|---|---|
| User | tanyap2906 |
| Submission Time | 2025-12-30 12:39:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xorinversions.cpp: In function ‘void solve(int, int, int, const std::vector<int>&)’:
xorinversions.cpp:20:33: error: ‘L’ was not declared in this scope
20 | for(int i = l; i <= mid; ++i) L.push_back(a[i]);
| ^
xorinversions.cpp:21:37: error: ‘R’ was not declared in this scope
21 | for(int i = mid + 1; i <= r; ++i) R.push_back(a[i]);
| ^
xorinversions.cpp:23:8: error: ‘L’ was not declared in this scope
23 | sort(L.begin(), L.end());
| ^
xorinversions.cpp:24:8: error: ‘R’ was not declared in this scope
24 | sort(R.begin(), R.end());
| ^