結果

問題 No.303 割れません
ユーザー cielciel
提出日時 2015-11-16 19:40:52
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,220 ms / 10,000 ms
コード長 114 bytes
コンパイル時間 98 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 29,184 KB
最終ジャッジ日時 2024-06-07 19:32:40
合計ジャッジ時間 39,727 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 97 ms
13,056 KB
testcase_01 AC 97 ms
12,800 KB
testcase_02 AC 96 ms
13,056 KB
testcase_03 AC 1,369 ms
20,480 KB
testcase_04 AC 4,220 ms
29,184 KB
testcase_05 AC 4,150 ms
26,624 KB
testcase_06 AC 4,147 ms
27,648 KB
testcase_07 AC 3,844 ms
24,832 KB
testcase_08 AC 3,905 ms
25,344 KB
testcase_09 AC 3,783 ms
24,960 KB
testcase_10 AC 93 ms
12,800 KB
testcase_11 AC 4,156 ms
26,624 KB
testcase_12 AC 3,882 ms
26,368 KB
testcase_13 AC 2,171 ms
24,960 KB
testcase_14 AC 845 ms
17,792 KB
testcase_15 AC 586 ms
17,664 KB
testcase_16 AC 95 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,f[n]-(n%2>0?0:f[n/2]**2)]
0