#11036: JAVA AC


wilson30915 (XDXD)

學校 : 臺北市私立延平高級中學
編號 : 42443
來源 : [1.200.213.86]
最後登入時間 :
2019-05-25 21:11:09
d066. 上學去吧! -- 板橋高中教學題 | From: [1.161.9.89] | 發表日期 : 2016-06-12 10:30

import java.util.Scanner;
public class JAVA
{
public static void main(String args[])
{
Scanner time=new Scanner(System.in);
int a,b;
while(time.hasNext())
{
a=time.nextInt();
b=time.nextInt();
if(a>=17||a==7&&b<30||a<7){
System.out.println("Off School");
}else{
System.out.println("At School");
}

}
}

 
ZeroJudge Forum