摘要: 题目链接:http://codeforces.com/contest/1422 A题 签到题 #include <bits/stdc++.h> using namespace std; typedef long long ll; const ll MODE = 1e9 + 7; string s; 阅读全文
posted @ 2020-10-05 10:21 LightAc 阅读(402) 评论(6) 推荐(2) 编辑
返回顶端