提交时间:2025-12-20 21:17:36
运行 ID: 77015
#include<cstdio> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d %d",b,a); }