未知题型

有3个整数a,b,c,由键盘输入,要求按由小到大的顺序输出

【参考答案】

#include int main() { int t,a,b,c; printf("请输入3个数:......

(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)