这个家伙很懒,只是什么也没有留下罢了,真的
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《一个《OJ 运维模拟器》,你能坚持到 2026 年不倒闭吗?》发表评论:
连续故障5个月的情况如何治理?求教!
家人们,我的代码时间复杂度为N的3次方,即为10的9次方,但我没超时,是不是数据~~有点水~~啊? ```cpp #include using namespace std; const int N = 1003; int n, m, a[N][N], b[N], ans; char c; int main() { //…
```cpp #include using namespace std; int n, m, q, a[103][103], x, y, ans, xx, yy; bool f, mp[103][103]; int main() { // freopen(".in", "r", stdin); // freopen("…