#include<stdio.h>int main(){ int x,a; scanf("%d",&x); a=x%10*100+x/10%10*10+x/100; printf("逆序数是%d\n",a); return 0; } 相关文章: