摘要:
A. PENTA KILL! 把每个一个人的击杀序列分开,判断是否有连续五个不同的击杀就好 #include<bits/stdc++.h> using namespace std; map<string , vector<string> > st; int32_t main(){ int n; ci 阅读全文
摘要:
A 公园门票 简单的计算题 #include<bits/stdc++.h> #define int long long using namespace std; int read() { int x = 0, f = 1, ch = getchar(); while ((ch < '0' || ch 阅读全文
摘要:
A - Full House #include<bits/stdc++.h> using namespace std; int read() { int x = 0, f = 1, ch = getchar(); while ((ch < '0' || ch > '9') && ch != '-') 阅读全文
摘要:
A 阿宁的柠檬 签到 #include<bits/stdc++.h> #define int long long using namespace std; int32_t main() { int a , b , n; cin >> a >> b >> n; cout << n << " " << 阅读全文