I3r0nya
Results
1
issues of
I3r0nya
我使用的是其他人整合到llvm-12版本的[ollvm](https://github.com/0x3f97/ollvm-12.x),测试代码是我很久以前写的一个素数筛模板 ```cpp #include #include #include #include #include #include #include using namespace std; typedef long long ll; const int maxn = 1e8; const int inf = 0x3f3f3f3f; int n, m; int...
bug