#inlude<stdlib.h> main() { int a; scanf("%d",&a); if (a == 123) { printf("恭喜,登录成功"); printf("请付钱"); } else { printf("你要干撒子"); } system("pause"); }