#include <stdio.h> int main(){ int a,s; scanf("%d %d",&a,&s); if(a>s) printf("%d %d",s,a); if(a<s) printf("%d %d",a,s); }
注册一个 UIT OnlineJudge 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 UIT OnlineJudge 通用账户