摘要: 题目来自2018黑龙江省赛 A题:A Count Task 1 #include<bits/stdc++.h> 2 using namespace std; 3 char str[100050]; 4 typedef long long ll; 5 int main() 6 { 7 int t; 8 阅读全文
posted @ 2018-09-05 10:23 Scott_Wong 阅读(211) 评论(0) 推荐(0)