3.8k3 分钟

良心评测机这是一道队列和栈的题。 对于所有提交用一个队列维护,而每个选手的提交分别用一个栈来维护,再开一个标记数组标记提交是否已评测即可。 #include <bits/stdc++.h> using namespace std; using ll=long long; ll n, id; string tmp; queue<array<int,3>> q; stack<array<int,2>> st[(int)1e5+9]; bitset<(int)1e6+9> vis; int main()
5341 分钟

// 替换选择器字符串以匹配目标按钮 var buttonSelector = '#query_ticket'; function getRandomInterval(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); } // 查找按钮并定义点击函数 var button = document.querySelector(buttonSelector); function clickButton()
2k2 分钟

好像vercel的服务访问变正常了。 重写了一遍这题。 #include <bits/stdc++.h> /* #include<ext/pb_ds/assoc_container.hpp> #include<ext/pb_ds/hash_policy.hpp> */ using namespace std; const double eps = 1e-10; const double pi = 3.1415926535897932384626433832795;
1531 分钟

由于不可抗力原因,vercel从10.1凌晨开始被🧱,因此本站所有搭在 vercel 上服务都是ERR_CONNECTION_RESET状态。 而且目前还没有找到好的白嫖对象,只能靠套个cf勉强访问 cf镜像