Evan

Results 2 issues of Evan

```cpp #include using namespace std; template using minpq = priority_queue; const int N = 2e5+5; int n, ans[N]; struct per { int l, r, id; } a[N]; int main() {...

bug
backlog
groups

I encountered this error after removing a person from Groups: ``` TypeError: Cannot read properties of undefined (reading 'uid') at Or (https://usaco.guide/component---src-pages-groups-tsx-611d396901b95fb3686b.js:1:135840) at main at div at div at div...

bug
backlog
groups