結果

問題 No.793 うし数列 2
ユーザー cielciel
提出日時 2019-02-24 23:39:32
言語 Ruby
(3.4.1)
結果
WA  
実行時間 -
コード長 35 bytes
コンパイル時間 45 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 15,232 KB
最終ジャッジ日時 2024-12-24 04:07:56
合計ジャッジ時間 3,008 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
12,160 KB
testcase_01 AC 78 ms
12,032 KB
testcase_02 AC 78 ms
12,032 KB
testcase_03 AC 78 ms
11,904 KB
testcase_04 AC 79 ms
12,032 KB
testcase_05 AC 92 ms
12,544 KB
testcase_06 AC 164 ms
14,464 KB
testcase_07 AC 104 ms
13,056 KB
testcase_08 AC 159 ms
15,232 KB
testcase_09 AC 126 ms
13,824 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