結果

問題 No.3088 ACL list
ユーザー uwiuwi
提出日時 2022-04-01 22:33:25
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 72 ms / 2,000 ms
コード長 296 bytes
コンパイル時間 250 ms
実行使用メモリ 75,792 KB
スコア 163
最終ジャッジ日時 2022-04-01 22:33:27
合計ジャッジ時間 946 ms
ジャッジサーバーID
(参考情報)
judge16 / judge11
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

for i, l in enumerate("""LICENSE
all
convolution
dsu
fenwicktree
internal_bit
internal_csr
internal_math
internal_queue
internal_scc
internal_type_traits
lazysegtree
math
maxflow
mincostflow
modint
scc
segtree
string
twosat""".splitlines()):
    print(l)
    if i >= 2:
        print(l + ".hpp")
0