c

江清月近魂  •  10个月前


#include<stdio.h> int main() {

int a,b;
scanf("%d %d",&a,&b);
printf("%d %d",b,a);
return 0;

}


评论:

请先登录,才能进行评论