【题目描述】
【输入】
【输出】
【输入样例】
【输出样例】
#include<iostream> #include<cstdio> using namespace std; int main(){ int a,b; double c; cin>>a>>b; c=1.0*a/b; printf("%.9f",c); return 0; }
Powered by 孙会中 @ 2024-2026【 www.sunhuizhong.cn 】All rights reserved
访问统计:387753 本月:12 上月:8 今日:3 昨日:1 当前在线:1人