#include<bits/stdc++.h>
using namespace std;
int main(){
int n,m;
cin>>n>>m;
queue<int>dd,xd[n];
vector<int>d[n];
for(int i=0;i<n;i++)
{
int k;
cin>>k;
for(int j=0;j<k;j++)
{
int t;
...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《c++ Team Queue》 | 660字 | 3.8分钟 | 100% | 139 CPM | 51 次 | 1 | 及格,继续努力! |
The wrong word this time: m | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 要冒一次险!整个生命就是一场冒险,走得最远的人,常是愿意去做,并愿意去冒险的人。 ——卡耐基 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |