結果

問題 No.727 仲介人moko
ユーザー cielciel
提出日時 2018-08-26 20:51:33
言語 Ruby
(3.3.0)
結果
AC  
実行時間 903 ms / 1,000 ms
コード長 70 bytes
コンパイル時間 40 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 84,992 KB
最終ジャッジ日時 2024-07-01 03:59:25
合計ジャッジ時間 10,360 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 94 ms
12,288 KB
testcase_01 AC 92 ms
12,288 KB
testcase_02 AC 93 ms
12,160 KB
testcase_03 AC 119 ms
14,464 KB
testcase_04 AC 90 ms
12,160 KB
testcase_05 AC 91 ms
12,160 KB
testcase_06 AC 90 ms
12,160 KB
testcase_07 AC 92 ms
12,160 KB
testcase_08 AC 91 ms
12,288 KB
testcase_09 AC 92 ms
12,160 KB
testcase_10 AC 90 ms
12,160 KB
testcase_11 AC 90 ms
12,416 KB
testcase_12 AC 91 ms
12,160 KB
testcase_13 AC 92 ms
12,416 KB
testcase_14 AC 448 ms
37,292 KB
testcase_15 AC 699 ms
66,816 KB
testcase_16 AC 393 ms
40,448 KB
testcase_17 AC 464 ms
38,280 KB
testcase_18 AC 343 ms
31,484 KB
testcase_19 AC 772 ms
73,344 KB
testcase_20 AC 464 ms
46,848 KB
testcase_21 AC 288 ms
31,744 KB
testcase_22 AC 260 ms
28,928 KB
testcase_23 AC 854 ms
80,896 KB
testcase_24 AC 903 ms
84,992 KB
testcase_25 AC 613 ms
48,064 KB
testcase_26 AC 732 ms
69,632 KB
testcase_27 AC 611 ms
48,088 KB
testcase_28 AC 111 ms
13,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p [*1.step(-1+2*n=gets.to_i,2),*1..n,*1..n].reduce{|s,i|s*i%(10**9+7)}
0