結果

問題 No.3088 ACL list
ユーザー Goltermann大和Goltermann大和
提出日時 2022-04-01 21:35:41
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
AC  
実行時間 15 ms / 2,000 ms
コード長 572 bytes
コンパイル時間 70 ms
実行使用メモリ 7,444 KB
スコア 0
最終ジャッジ日時 2022-04-01 21:35:42
合計ジャッジ時間 634 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
純コード判定しない問題か言語
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 15 ms
7,444 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = ["LICENSE","all","convolution","convolution.hpp","dsu","dsu.hpp","fenwicktree","fenwicktree.hpp","internal_bit","internal_bit.hpp",\
"internal_csr","internal_csr.hpp","internal_math","internal_math.hpp","internal_queue","internal_queue.hpp","internal_scc",\
"internal_scc.hpp","internal_type_traits","internal_type_traits.hpp","lazysegtree","lazysegtree.hpp","math","math.hpp",\
"maxflow","maxflow.hpp","mincostflow","mincostflow.hpp","modint","modint.hpp","scc","scc.hpp","segtree","segtree.hpp",\
"string","string.hpp","twosat","twosat.hpp"]
for i in s:
    print(i)
0