题解 | #牛牛的空格分隔#
牛牛的空格分隔
https://www.nowcoder.com/practice/b2203c4a5c304536a7f577bc885de511
#include <stdio.h>
int main()
 {
    char ch;
    int a;
    float b;
    scanf("%c %d %f",&ch,&a,&b);
    printf("%c ",ch);
    printf("%d ",a);
    printf("%f ",b);
    return 0;
}
海康威视公司福利 1144人发布

