提出 #528658


ソースコード 拡げる

N=int(raw_input())
if N<=59:
  print "Bad"
elif N<=89:
  print "Good"
elif N<=99:
  print "Great"
else:
  print "Perfect"

提出情報

提出日時
問題 A - テスト評価
ユーザ mcq
言語 Python (2.7.3)
得点 100
コード長 129 Byte
結果 AC
実行時間 66 ms
メモリ 3680 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 4
AC × 19
セット名 テストケース
Sample example_0.txt, example_1.txt, example_2.txt, example_3.txt
All example_0.txt, example_1.txt, example_2.txt, example_3.txt, handmade_0.txt, handmade_1.txt, handmade_2.txt, handmade_3.txt, handmade_4.txt, handmade_5.txt, random_0.txt, random_1.txt, random_2.txt, random_3.txt, random_4.txt, example_0.txt, example_1.txt, example_2.txt, example_3.txt
ケース名 結果 実行時間 メモリ
example_0.txt AC 64 ms 3604 KiB
example_1.txt AC 59 ms 3544 KiB
example_2.txt AC 66 ms 3540 KiB
example_3.txt AC 64 ms 3592 KiB
handmade_0.txt AC 64 ms 3680 KiB
handmade_1.txt AC 61 ms 3676 KiB
handmade_2.txt AC 62 ms 3676 KiB
handmade_3.txt AC 64 ms 3592 KiB
handmade_4.txt AC 62 ms 3600 KiB
handmade_5.txt AC 63 ms 3600 KiB
random_0.txt AC 62 ms 3584 KiB
random_1.txt AC 62 ms 3668 KiB
random_2.txt AC 62 ms 3600 KiB
random_3.txt AC 63 ms 3588 KiB
random_4.txt AC 63 ms 3664 KiB