#includemain(){ int x; scanf("%d",&x); if(x<=3); else if(x!=10); printf("%d\n",x);
}
if(x<=3)后面的分号删除掉else也是
输入10会有结果,输出10,有帮助的话采纳一下哦!