#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字 | 2.7分钟 | 100% | 139 CPM | 47 次 | 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 |