#include<math.h>#include<stdio.h>swap(int x,int y){int temp;temp=x;x=y;y=temp;}main(){int a,b;scanf("%d,%d",&a,&b);if(a<b) swap(a,b);printf("%d,%d\n",a,b);}
红糖糍粑
弑天下
牧羊人nacy
相关分类