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镜像
2k2 分钟

考虑 -> ,发现符合条件当且仅当形成的基环树环长为,注意要特判 #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.14159265358979323846264338
1.9k2 分钟

果然要自己写一遍!!! #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; const double eln