結果

問題 No.303 割れません
ユーザー cielciel
提出日時 2015-11-16 19:42:38
言語 Ruby
(3.4.1)
結果
AC  
実行時間 5,098 ms / 10,000 ms
コード長 116 bytes
コンパイル時間 369 ms
コンパイル使用メモリ 7,168 KB
実行使用メモリ 29,696 KB
最終ジャッジ日時 2024-12-26 16:27:22
合計ジャッジ時間 47,906 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 105 ms
12,672 KB
testcase_01 AC 104 ms
12,800 KB
testcase_02 AC 103 ms
12,800 KB
testcase_03 AC 1,632 ms
25,088 KB
testcase_04 AC 4,975 ms
29,056 KB
testcase_05 AC 4,895 ms
28,544 KB
testcase_06 AC 4,911 ms
28,288 KB
testcase_07 AC 4,711 ms
28,416 KB
testcase_08 AC 5,044 ms
28,800 KB
testcase_09 AC 4,934 ms
28,416 KB
testcase_10 AC 100 ms
12,672 KB
testcase_11 AC 5,098 ms
28,672 KB
testcase_12 AC 5,004 ms
29,696 KB
testcase_13 AC 2,610 ms
29,312 KB
testcase_14 AC 1,160 ms
24,576 KB
testcase_15 AC 797 ms
20,608 KB
testcase_16 AC 105 ms
12,800 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]-f[n/2]**2,f[n]][n%2]]
0