提出 #27571405


ソースコード 拡げる

a, b = gets.chomp.split(" ").map(&:to_i)
 
puts a * b

提出情報

提出日時
問題 A - Multiplication 1
ユーザ macle
言語 Ruby (2.7.1)
得点 100
コード長 55 Byte
結果 AC
実行時間 60 ms
メモリ 14320 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 13
セット名 テストケース
Sample sample_01.txt, sample_02.txt
All hand_01.txt, hand_02.txt, hand_03.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt
ケース名 結果 実行時間 メモリ
hand_01.txt AC 58 ms 14152 KiB
hand_02.txt AC 58 ms 14060 KiB
hand_03.txt AC 57 ms 14252 KiB
random_01.txt AC 57 ms 14164 KiB
random_02.txt AC 55 ms 14116 KiB
random_03.txt AC 57 ms 13980 KiB
random_04.txt AC 58 ms 14260 KiB
random_05.txt AC 56 ms 14168 KiB
random_06.txt AC 59 ms 14240 KiB
random_07.txt AC 57 ms 14224 KiB
random_08.txt AC 57 ms 14320 KiB
sample_01.txt AC 60 ms 14136 KiB
sample_02.txt AC 56 ms 13980 KiB