Loading

摘要: A - Double Helix #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int main(){ char c; cin >> c; if (c == 'A') 阅读全文
posted @ 2021-02-11 11:10 WinterFa1L 阅读(75) 评论(0) 推荐(0)
摘要: A - Five Antennas #include <bits/stdc++.h> using namespace std; const int N = 1e6 + 5; typedef long long LL; int a[5]; int main() { for (int i = 0; i 阅读全文
posted @ 2021-02-11 01:34 WinterFa1L 阅读(147) 评论(1) 推荐(0)