#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.4分钟 | 100% | 160 CPM | 13 次 | 0 | 良好,向更快挑战! |
Inspirational quotes: 一个人若是没有热情,他将一事无成,而热情的基点正是责任心,有无责任心,将决定生活、家庭、工作、学习成功和失败,这在人与人的所有关系中也无所不及。 ——托尔斯泰 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |