#include <bits/stdc++.h>
using namespace std;
int main()
{
int n,k;
cin >> n >> k;
queue<int> peo;
for(int i = 1;i <= n;i++)
{
peo.push(i);
}
int cnt = 0;
while(pe...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《约瑟夫环》 | 433字 | 4.1分钟 | 100% | 71 CPM | 42 次 | 0 | 不及格,加强练习! |
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 科学研究是探索未知,科研人员既要有严肃、严密和严格的学风,又要有敢想、敢干和敢闯的精神,二者不可缺一。 ——朱兆良 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |