有如下程序 include<stdio.h>struct group { int first, second, third; }; struct group get_min_max_sum(); } 程序运行后的输出结果是

A.min=0,max=4,sum=16 B.min=1,max=4,sum=15 C.min=1,max=9,sum=16 D.min=0,max=9,sum=17

时间:2023-08-04 15:27:13

相似题目