#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,c,k=0,j=0;
char S;
while(cin>>a>>c>>S)
{
if(S=='w')
k += 1;
if(S=='b')
j += 1;
}
printf("%d %d",k,j);
cout<<k <<"+" <<j <<"=" <<k+j;
ret...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ 2.0》 | 208字 | 2.1分钟 | 99% | 92 CPM | 32 次 | 1 | 不及格,加强练习! |
The wrong word this time: ; | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 批评你不可怕,对你失望才可怕。 ——柴静 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |