摘要:
第九届“图灵杯”NEUQ-ACM程序设计竞赛个人赛 A - 大学期末现状 思路:语法题 Code: #include <bits/stdc++.h> using namespace std; const int N=1e3+10; typedef long long ll; int x; int m 阅读全文
摘要:
AtCoder Beginner Contest 234 A - Weird Function 思路:模拟 Code: #include <bits/stdc++.h> using namespace std; const int N=1e5+10; typedef long long ll; ll 阅读全文