03 2020 档案

摘要:传送门 A - Coffee #include <bits/stdc++.h> #define ll long long using namespace std; char s[10]; int main() { //freopen("in.txt","r",stdin); scanf("%s",s 阅读全文
posted @ 2020-03-28 22:42 zdragon 阅读(430) 评论(2) 推荐(1)
摘要:传送门 A - The Number of Even Pairs #include <bits/stdc++.h> #define ll long long using namespace std; int main() { //freopen("in.txt","r",stdin); int n, 阅读全文
posted @ 2020-03-23 12:27 zdragon 阅读(326) 评论(0) 推荐(0)
摘要:传送门 A - Kth Term #include <bits/stdc++.h> #define ll long long using namespace std; int a[32]={1, 1, 1, 2, 1, 2, 1, 5, 2, 2, 1, 5, 1, 2, 1, 14, 1, 5, 阅读全文
posted @ 2020-03-15 13:22 zdragon 阅读(326) 评论(0) 推荐(1)
摘要:传送门 A - Hitachi String #include <bits/stdc++.h> #define ll long long using namespace std; char s[15]; int main() { //freopen("in.txt","r",stdin); scan 阅读全文
posted @ 2020-03-09 21:27 zdragon 阅读(363) 评论(0) 推荐(1)
摘要:传送门 A - Station and Bus #include <bits/stdc++.h> using namespace std; char s[5]; int main() { //freopen("in.txt","r",stdin); scanf("%s",s); int a=0,b= 阅读全文
posted @ 2020-03-08 12:16 zdragon 阅读(589) 评论(0) 推荐(1)
摘要:传送门 A - Duplex Printing #include <bits/stdc++.h> #define ll long long using namespace std; int main() { //freopen("in.txt","r",stdin); int n; scanf("% 阅读全文
posted @ 2020-03-02 16:10 zdragon 阅读(578) 评论(2) 推荐(2)