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