#include <generator>
#include <numeric>
template <typename T>
std::generator<T> seq() noexcept {
for (T i = {};; ++i)
co_yield i;
}
template <typename T>
std::generator<T> take_until(std::generator<T>...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《mov eax,1024》 | 399字 | 4.7分钟 | 100% | 81 CPM | 44 次 | 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 |