#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.9分钟 | 100% | 122 CPM | 23 次 | 1 | 及格,继续努力! |
The wrong word this time: ; | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 闻善言则拜,告有过则喜,有圣贤之气象,坐密室如通衢,驭寸心如六马,可以免过,心不清则无以见道,志不确则无以立功。 ——曾国藩 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |