#include
main()
{ int a=1,b;
scanf("%2d%2d",&a&b);printf("%d %d\n",a,b);
}
(7) 以下程序的功能是:输出a、b、c三个变量中的最小值.