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 WinterFa1L 阅读(79) 评论(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 WinterFa1L 阅读(100) 评论(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 WinterFa1L 阅读(80) 评论(0) 推荐(0)