答案!!!
查看原帖
答案!!!
1512254
Junyi0401楼主2024/10/25 21:52
#include <bits/stdc++.h>
using namespace std;
int main(){
	double t;
	int n;
	cin >> t >> n;
	cout << fixed << setprecision(3) << t / n << endl;
	cout << 2*n;
	return 0;
}
2024/10/25 21:52
加载中...