#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.6分钟 | 100% | 142 CPM | 18 次 | 0 | 及格,继续努力! |
励志名言: 要做一个在寒天送炭,在痛苦中送安慰的人。 ——中国·巴金 | |||||||
您觉的这篇文章怎么样,评个分吧,做其他人的指路灯 |