Loading

摘要: A - Traveling Budget #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int a, b, c, d; int main(){ cin >> a >> 阅读全文
posted @ 2021-02-05 12:25 dyhaohaoxuexi 阅读(63) 评论(0) 推荐(0) 编辑
摘要: A - abc of ABC #include <bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; char a[5]; int main() { for (int i = 0; i < 阅读全文
posted @ 2021-02-05 11:11 dyhaohaoxuexi 阅读(66) 评论(0) 推荐(0) 编辑
摘要: A - Cats and Dogs #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int a, b, c; int main(){ cin >> a >> b >> 阅读全文
posted @ 2021-02-05 00:40 dyhaohaoxuexi 阅读(61) 评论(0) 推荐(0) 编辑