#11189: c 簡單範例


justintung1 (不成為魯蛇)

學校 : 國立臺中高級工業職業學校
編號 : 33380
來源 : [59.125.10.34]
最後登入時間 :
2017-12-07 21:35:48
d066. 上學去吧! -- 板橋高中教學題 | From: [59.125.10.34] | 發表日期 : 2016-07-19 18:47

#include<stdio.h>
#include<stdlib.h>

int main()
{
int i,j;
while(scanf("%d %d",&i,&j)!=EOF)

if(i>7&&i<17)
{
printf("At School");
}
else if(i==7&&j==30)
{
printf("At School");

}
else
{
printf("Off School");
}
system("pause");
}

 

 
ZeroJudge Forum