結果

問題 No.666 1000000007で割るだけ
ユーザー tanukidontanukidon
提出日時 2018-03-24 07:24:51
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 49 bytes
コンパイル時間 110 ms
コンパイル使用メモリ 11,528 KB
実行使用メモリ 15,336 KB
最終ジャッジ日時 2023-09-07 08:22:22
合計ジャッジ時間 2,933 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 74 ms
15,148 KB
testcase_01 AC 69 ms
15,144 KB
testcase_02 AC 70 ms
15,068 KB
testcase_03 WA -
testcase_04 AC 70 ms
15,084 KB
testcase_05 AC 73 ms
15,132 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 AC 70 ms
15,224 KB
testcase_10 WA -
testcase_11 AC 71 ms
15,280 KB
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 AC 70 ms
15,268 KB
testcase_16 WA -
testcase_17 AC 70 ms
15,132 KB
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 AC 70 ms
15,240 KB
testcase_22 AC 69 ms
15,276 KB
testcase_23 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p (gets.split.map(&:to_i).inject (:*))%(10**10+7)
0