結果

問題 No.2886 Milk
ユーザー Basin-BugBasin-Bug
提出日時 2024-09-16 23:52:36
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 39 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 124 ms
コンパイル使用メモリ 82,156 KB
実行使用メモリ 53,528 KB
最終ジャッジ日時 2024-09-16 23:52:38
合計ジャッジ時間 1,827 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 32 ms
52,144 KB
testcase_01 AC 31 ms
52,492 KB
testcase_02 AC 31 ms
51,904 KB
testcase_03 AC 33 ms
53,004 KB
testcase_04 AC 39 ms
52,144 KB
testcase_05 AC 34 ms
52,120 KB
testcase_06 AC 34 ms
53,528 KB
testcase_07 AC 35 ms
52,724 KB
testcase_08 AC 37 ms
51,852 KB
testcase_09 AC 32 ms
52,276 KB
testcase_10 AC 32 ms
53,408 KB
testcase_11 AC 31 ms
52,304 KB
testcase_12 AC 31 ms
53,104 KB
testcase_13 AC 31 ms
53,120 KB
testcase_14 AC 36 ms
52,000 KB
testcase_15 AC 32 ms
52,344 KB
testcase_16 AC 31 ms
52,556 KB
testcase_17 AC 31 ms
52,488 KB
testcase_18 AC 31 ms
52,020 KB
testcase_19 AC 33 ms
51,976 KB
testcase_20 AC 32 ms
52,160 KB
testcase_21 AC 31 ms
52,068 KB
testcase_22 AC 31 ms
52,764 KB
testcase_23 AC 31 ms
53,096 KB
testcase_24 AC 31 ms
51,684 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

D = int(input())
print("Milk" if D <= 100 else "Difficult")
0