极限AC

左脑攻击右脑,过载代替思考  •  2年前


include<stdio.h>

int main(){

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

}


评论:

请先登录,才能进行评论