#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...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《cpp 开头》 | 243字 | 1.4分钟 | 100% | 162 CPM | 19 次 | 0 | 良好,向更快挑战! |
勵誌名言: 如果你让别人来决定你的人生,你的内心永远不会感到踏实。 ——拿破仑 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |