結果
問題 | No.954 Result |
ユーザー | mai |
提出日時 | 2019-12-17 00:51:32 |
言語 | Ruby (3.4.1) |
結果 |
AC
|
実行時間 | 92 ms / 2,000 ms |
コード長 | 187 bytes |
コンパイル時間 | 147 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,288 KB |
最終ジャッジ日時 | 2024-07-04 12:34:11 |
合計ジャッジ時間 | 4,977 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 7 |
other | AC * 29 |
コンパイルメッセージ
Syntax OK
ソースコード
li = 5.times.map{gets.to_i}.reverse fb = (1..999).reduce([1,1]){|s,e| s << s[-1]+s[-2];s}.take_while{|e| e <= 10**15} p (5.times.select{|r| fb.each_cons(r+1).include? li[0..r]}.max||-1)+1