芜湖 • 2年前
int main() {
int a,b; double c; scanf("%d %d",&a,&b); c=(double)a/b; printf("%.5lf",c); return 0;
}
评论:
请先登录,才能进行评论