2 solutions
- 1
Information
- ID
- 6867
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 1
- Tags
- # Submissions
- 9
- Accepted
- 8
- Uploaded By
不想写的来copy题解
#include<bits/stdc++.h>
using namespace std;
int i;char c;float f;double d;
int main(){
cin>>c>>i>>f>>d;
cout<<c<<' '<<i<<' '<<fixed<<setprecision(6)<<f<<' '<<fixed<<setprecision(6)<<d;
return 0;
}
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.