摘要: #include <bits/stdc++.h> #define int long long using namespace std; constexpr int maxn = 5e5+10; constexpr int maxl = 21; int n,m,s,tim; vector<int> g 阅读全文
posted @ 2025-11-28 11:36 玖玮 阅读(4) 评论(0) 推荐(0)
摘要: 贴出来分享一下 from os import system name ="" # 自己填 turn = int(input("turn: ")) # 输入,来限制跑到哪个样例,保留那个样例的输出 system(f"g++ -O2 -std=c++14 -static -o akioi {name}. 阅读全文
posted @ 2025-11-28 10:04 玖玮 阅读(4) 评论(0) 推荐(0)