Submission #495528


Source Code Expand

score = gets.chomp
score = score.to_i
if score < 60 then
  puts "Bad"
elsif score < 89 then
  puts "Good"
elsif score < 99 then 
  puts "Great"
elsif score == 100 then
  puts "Perfect"
end

Submission Info

Submission Time
Task A - テスト評価
User kentarobot
Language Ruby (2.1.5p273)
Score 0
Code Size 200 Byte
Status WA
Exec Time 102 ms
Memory 5468 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 4
AC × 17
WA × 2
Set Name Test Cases
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
Case Name Status Exec Time Memory
example_0.txt AC 102 ms 5332 KiB
example_1.txt AC 71 ms 5332 KiB
example_2.txt AC 73 ms 5468 KiB
example_3.txt AC 75 ms 5340 KiB
handmade_0.txt AC 74 ms 5340 KiB
handmade_1.txt AC 70 ms 5332 KiB
handmade_2.txt AC 71 ms 5332 KiB
handmade_3.txt WA 73 ms 5336 KiB
handmade_4.txt AC 71 ms 5340 KiB
handmade_5.txt WA 70 ms 5332 KiB
random_0.txt AC 70 ms 5304 KiB
random_1.txt AC 69 ms 5340 KiB
random_2.txt AC 70 ms 5304 KiB
random_3.txt AC 70 ms 5332 KiB
random_4.txt AC 69 ms 5304 KiB