Loading

摘要: A - Still TBD #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int main(){ string s; cin >> s; if (s[5] == '1 阅读全文
posted @ 2021-02-13 21:38 dyhaohaoxuexi 阅读(105) 评论(0) 推荐(0) 编辑
摘要: A - Favorite Sound #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int main(){ int a, b, c; cin >> a >> b >> 阅读全文
posted @ 2021-02-13 14:50 dyhaohaoxuexi 阅读(60) 评论(0) 推荐(0) 编辑
摘要: A - White Cells #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int main(){ int a,b,c,d; cin >> a >> b >> c 阅读全文
posted @ 2021-02-13 02:31 dyhaohaoxuexi 阅读(39) 评论(0) 推荐(0) 编辑