#include<stdio.h> int main() { char a; int b; float c; scanf("%c%d%f",&a,&b,&c); printf("%c %d %.6f",a,b,c); return 0; }2022年3月2日还在湖南幼专。前途一片黑暗。打卡
#include<stdio.h> int main() { char a; int b; float c; scanf("%c%d%f",&a,&b,&c); printf("%c %d %.6f",a,b,c); return 0; }2022年3月2日还在湖南幼专。前途一片黑暗。打卡