【填空题】2. 请在以下程序第一行的下划线处填写适当内容,使程序能正确运行。 (double,double); main() { double x,y; scanf("%f%f",&x,&y); printf("%fn",max(x,y)); } double max(double a,double b) { return(a>b ? a:b); }

时间:2023-03-13 14:09:29

相似题目