結果

問題 No.3088 ACL list
ユーザー 👑 kakel-sankakel-san
提出日時 2024-01-26 11:21:55
言語 Ruby
(3.3.0)
結果
AC  
実行時間 83 ms / 2,000 ms
コード長 286 bytes
コンパイル時間 888 ms
コンパイル使用メモリ 11,904 KB
実行使用メモリ 16,128 KB
スコア 173
最終ジャッジ日時 2024-01-26 11:21:59
合計ジャッジ時間 3,572 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 83 ms
16,128 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

def h s
puts s
puts s+'.hpp'
end
def i s
h 'internal_'+s
end
puts "LICENSE\nall"
h 'convolution'
h 'dsu'
h 'fenwicktree'
i 'bit'
i 'csr'
i 'math'
i 'queue'
i 'scc'
i 'type_traits'
h 'lazysegtree'
h 'math'
h 'maxflow'
h 'mincostflow'
h 'modint'
h 'scc'
h 'segtree'
h 'string'
h 'twosat'
0