#include int main(){char a; printf("welcome to 英雄联盟\n"); a=getchar(); // 返回值给a if(a=='Q') // 比较用==,前面没有双引号 printf("啥玩意1级点了Q技能",a); }