-
个人简介
#include<bits/stdc++.h> using namespace std; int main() { int n,b=0; string s; cin>>n>>s; while(n--){ if(s[n]!=s[n-1]){ b++; } } cout<<b; return 0; }
-
最近活动
-
Rating
Current RatingMax Rating--排名--Contests
#include<bits/stdc++.h> using namespace std; int main() { int n,b=0; string s; cin>>n>>s; while(n--){ if(s[n]!=s[n-1]){ b++; } } cout<<b; return 0; }
| 日期 | 比赛 | 排名 | Rating Change | New Rating |
|---|