結果

問題 No.727 仲介人moko
ユーザー cielciel
提出日時 2018-08-26 20:55:27
言語 Ruby
(3.3.0)
結果
AC  
実行時間 794 ms / 1,000 ms
コード長 55 bytes
コンパイル時間 156 ms
コンパイル使用メモリ 11,240 KB
実行使用メモリ 15,484 KB
最終ジャッジ日時 2023-09-13 19:23:36
合計ジャッジ時間 9,357 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
15,256 KB
testcase_01 AC 81 ms
15,304 KB
testcase_02 AC 79 ms
15,144 KB
testcase_03 AC 96 ms
15,412 KB
testcase_04 AC 80 ms
15,240 KB
testcase_05 AC 83 ms
15,064 KB
testcase_06 AC 81 ms
15,112 KB
testcase_07 AC 81 ms
15,248 KB
testcase_08 AC 81 ms
15,096 KB
testcase_09 AC 81 ms
15,252 KB
testcase_10 AC 79 ms
15,148 KB
testcase_11 AC 79 ms
15,092 KB
testcase_12 AC 79 ms
15,240 KB
testcase_13 AC 79 ms
15,068 KB
testcase_14 AC 383 ms
15,280 KB
testcase_15 AC 606 ms
15,264 KB
testcase_16 AC 326 ms
15,404 KB
testcase_17 AC 395 ms
15,272 KB
testcase_18 AC 285 ms
15,168 KB
testcase_19 AC 678 ms
15,228 KB
testcase_20 AC 396 ms
15,484 KB
testcase_21 AC 237 ms
15,380 KB
testcase_22 AC 210 ms
15,184 KB
testcase_23 AC 750 ms
15,264 KB
testcase_24 AC 794 ms
15,408 KB
testcase_25 AC 529 ms
15,448 KB
testcase_26 AC 637 ms
15,412 KB
testcase_27 AC 529 ms
15,364 KB
testcase_28 AC 94 ms
15,452 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

s=1;gets.to_i.times{|i|s=s*~i*~i*(2*i+1)%(10**9+7)};p s
0