結果

問題 No.303 割れません
ユーザー cielciel
提出日時 2015-11-16 19:42:08
言語 Ruby
(3.4.1)
結果
AC  
実行時間 5,083 ms / 10,000 ms
コード長 115 bytes
コンパイル時間 242 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 28,928 KB
最終ジャッジ日時 2024-12-26 16:26:02
合計ジャッジ時間 48,151 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 130 ms
12,672 KB
testcase_01 AC 128 ms
12,928 KB
testcase_02 AC 129 ms
12,800 KB
testcase_03 AC 1,649 ms
20,352 KB
testcase_04 AC 5,065 ms
28,928 KB
testcase_05 AC 5,073 ms
26,240 KB
testcase_06 AC 5,083 ms
27,392 KB
testcase_07 AC 4,386 ms
24,704 KB
testcase_08 AC 4,737 ms
24,960 KB
testcase_09 AC 4,674 ms
24,448 KB
testcase_10 AC 131 ms
12,672 KB
testcase_11 AC 5,043 ms
26,496 KB
testcase_12 AC 4,694 ms
25,856 KB
testcase_13 AC 2,647 ms
24,960 KB
testcase_14 AC 1,055 ms
17,536 KB
testcase_15 AC 731 ms
17,536 KB
testcase_16 AC 127 ms
12,928 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

require'matrix';f=->(n){(Matrix[[1,1],[1,0]]**n)[1,0]};puts (n=gets.to_i)==2?[3,:INF]:[n,n%2>0?f[n]:f[n]-f[n/2]**2]
0