摘要: A. A Blend of Springtime 暴力 1 #include <bits/stdc++.h> 2 using namespace std; 3 char s[111]; 4 5 int main() { 6 scanf("%s", s + 1); 7 int l = strlen(s 阅读全文
posted @ 2018-06-12 17:09 Aguin 阅读(179) 评论(0) 推荐(0) 编辑
摘要: A.Commentary Boxes 水题 1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 5 int main() { 6 LL n, m, a, b; 7 cin >> n >> m >> a 阅读全文
posted @ 2018-06-12 17:00 Aguin 阅读(273) 评论(2) 推荐(1) 编辑