root我哪里错了

tctm394 2024-09-08 18:51:49 15

#include <bits/stdc++.h> using namespace std; int main(){ int n; double f; cin>>n>>f; printf("%2lf",f); cout<<" "<<n; return 0; }

{{ vote && vote.total.up }}

共 1 条回复

xxx008

printf("%.2lf",f)