各位大哥小弟刚学...问题有点低级不要见笑啊。int main(void){char sex,sports,diet ;int a,b;float hf,hm,hc ;printf("please input hf and hm\n");scanf ("%f%f",&hf,&hm);printf("you are man or women?\n man ...
/* Note:Your choice is C IDE */#include "stdio.h"struct time{ int hour; int minutes; int seconds;};int main( void ){ struct time timeupdate ( struct time now ); &...