标签:log str clu ring turn style iostream logs bsp
#include<iostream> #include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #include<cstring> using namespace std; int main() {char a; int b;float c; double d; cin>>a; cin>>b; cin>>c; cin>>d; printf("%c %d %0.6f %0.6lf",a,b,c,d); return 0; }
标签:log str clu ring turn style iostream logs bsp
原文地址:http://www.cnblogs.com/oi-forever/p/7337198.html