來追我吧~

Princess Kelly wrote:
.......................
身高低標180
hata691 wrote:
int main(void) {
int height = 0;
printf("輸入身高:");
scanf("%d", &height);
if(height >= 180)
puts("直接入選");
else if(score >= 175 && score < 180)
puts("請先排隊");
else if(score >= 170 && score < 175)
puts("旁邊玩沙");
else if(score >= 160 && score < 170)
puts("你我無緣");
else
puts("請先投胎,下輩子擱再來");
return 0;
}

hata691 wrote:
int main(void) {
int height = 0;
printf("輸入身高:");
scanf("%d", &height);
if(height >= 180)
puts("直接入選");
else if(score >= 175 && score < 180)
puts("請先排隊");
else if(score >= 170 && score < 175)
puts("旁邊玩沙");
else if(score >= 160 && score < 170)
puts("你我無緣");
else
puts("請先投胎,下輩子擱再來");
return 0;
}
