C语言实现输入两个浮点数,输出它们中的大数 #include <stdio.h> main() { float x,y,c; /* 变量定义 */ printf("Please input x and y:\n"