結果

問題 No.793 うし数列 2
ユーザー cielciel
提出日時 2019-02-24 23:39:32
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 35 bytes
コンパイル時間 274 ms
コンパイル使用メモリ 11,212 KB
実行使用メモリ 19,120 KB
最終ジャッジ日時 2023-08-25 18:18:45
合計ジャッジ時間 3,262 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,192 KB
testcase_01 AC 79 ms
15,140 KB
testcase_02 AC 78 ms
15,096 KB
testcase_03 AC 78 ms
15,152 KB
testcase_04 AC 77 ms
15,160 KB
testcase_05 AC 81 ms
16,392 KB
testcase_06 AC 93 ms
17,968 KB
testcase_07 AC 85 ms
16,676 KB
testcase_08 AC 95 ms
19,120 KB
testcase_09 AC 89 ms
17,460 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p (4*10**(gets.to_i)-1)/3%(10**9+7)
0