Codeforces Round #548 (Div. 2) 题解

题目链接http://codeforces.com/contest/1139   A. Even Substrings 判断个位是否是奇数即可。 #include <iostream> #include <set> #include <array> #include <vector> using namespace std; typedef long long ll; const int mx =
相关文章
相关标签/搜索