#include<stdio.h>main(){ int gg; printf("来者何人"); scanf("%d",&gg); if(gg==1){ printf("%d是帅哥",gg); }else{ printf("%d是美女",gg); } }