Submission #349985


Source Code Expand

#AtCoder Beginner 11 A
month = STDIN.gets.chomp.to_i
month += 1
if month == 13
  month = 1
end
puts month

Submission Info

Submission Time
Task A - 来月は何月?
User yu_suke1994
Language Ruby (1.9.3)
Score 100
Code Size 113 Byte
Status AC
Exec Time 50 ms
Memory 4316 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 12
Set Name Test Cases
All test_1.txt, test_10.txt, test_11.txt, test_12.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
test_1.txt AC 49 ms 4212 KB
test_10.txt AC 47 ms 4204 KB
test_11.txt AC 48 ms 4208 KB
test_12.txt AC 50 ms 4208 KB
test_2.txt AC 48 ms 4208 KB
test_3.txt AC 48 ms 4208 KB
test_4.txt AC 48 ms 4204 KB
test_5.txt AC 48 ms 4208 KB
test_6.txt AC 46 ms 4208 KB
test_7.txt AC 49 ms 4316 KB
test_8.txt AC 46 ms 4208 KB
test_9.txt AC 48 ms 4208 KB