結果

問題 No.779 Heisei
ユーザー fal_rndfal_rnd
提出日時 2019-02-19 14:28:18
言語 Scala(Beta)
(3.4.0)
結果
AC  
実行時間 861 ms / 1,000 ms
コード長 232 bytes
コンパイル時間 11,634 ms
コンパイル使用メモリ 264,456 KB
実行使用メモリ 64,992 KB
最終ジャッジ日時 2024-09-27 09:05:31
合計ジャッジ時間 30,908 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 830 ms
64,688 KB
testcase_01 AC 844 ms
64,864 KB
testcase_02 AC 853 ms
64,700 KB
testcase_03 AC 855 ms
64,808 KB
testcase_04 AC 849 ms
64,712 KB
testcase_05 AC 844 ms
64,816 KB
testcase_06 AC 844 ms
64,728 KB
testcase_07 AC 839 ms
64,872 KB
testcase_08 AC 851 ms
64,716 KB
testcase_09 AC 845 ms
64,664 KB
testcase_10 AC 850 ms
64,800 KB
testcase_11 AC 843 ms
64,680 KB
testcase_12 AC 813 ms
64,904 KB
testcase_13 AC 824 ms
64,848 KB
testcase_14 AC 841 ms
64,844 KB
testcase_15 AC 857 ms
64,916 KB
testcase_16 AC 839 ms
64,820 KB
testcase_17 AC 832 ms
64,864 KB
testcase_18 AC 838 ms
64,980 KB
testcase_19 AC 825 ms
64,840 KB
testcase_20 AC 861 ms
64,992 KB
testcase_21 AC 843 ms
64,780 KB
testcase_22 AC 849 ms
64,688 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

object Main {
	def main(A:Array[String])={
		val s = new java.util.Scanner(System.in)
		val c=Ordering[(Int,Int,Int)]
		val d=(s.nextInt,s.nextInt,s.nextInt)
		println(if(c.lt((1989,1,7),d)&&c.lt(d,(2019,5,1))) "Yes" else "No")
	}
}
0