C语言上机练习题及答案
1输入三个整数x,y,z,把这三个数由小到大输出。# include <stdio.h>void main(){ int x,y,z,a; scanf ("%d,%d,%d",&x,&y,&
C语言上机练习题及答案