#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字 | 2.0分钟 | 100% | 158 CPM | 12 次 | 0 | 及格,继续努力! |
Inspirational quotes: 天性健康者容易彼此理解;天生病态者之间往往互相隔膜。 ——周国平 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |