#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 |