保留4位小数

#include<bits/stdc++.h>
using namespace std;
float n,m;;
int main(){
    cin>>n>>m;

    
    printf("%.4f",&n/m);
}

 

posted @ 2022-03-06 02:53  Dsad123FFFG6645  阅读(221)  评论(0)    收藏  举报