题解 | #牛牛的空格分隔#
牛牛的空格分隔
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;
}
查看10道真题和解析
360集团公司氛围 358人发布