#include<iostream> int main(){ float a,b,c; scanf("%f %f %f",&a,&b,&c); printf("wo chu sheng zai %.1f %.1f yue,wo %.1f sui le",a,b,c); return 0;