#include <iostream>
using namespace std;
using namespace std;
int main()
{
double t;
int n;
cin >> t >> n;
cout << fixed << setprecision(3);
cout << t / n << endl;
cout << 2 * n << endl;
return 0;
}
c...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《cpp 开头》 | 243字 | 1.0分钟 | 100% | 34 CPM | 2 次 | 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 |