Codeforces Round #548 (Div. 2)

http://codeforces.com/contest/1139html A Even Substrings 求偶数。 只要保证个位可以被2整除就是偶数。因此从后向前遍历。ios #include<iostream> #include<string> #include<cstdlib> using namespace std; void cfA(){ int n; cin>>n;
相关文章
相关标签/搜索