結果

問題 No.3088 ACL list
ユーザー lloyzlloyz
提出日時 2022-04-01 21:44:14
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 71 ms / 2,000 ms
コード長 322 bytes
コンパイル時間 288 ms
実行使用メモリ 75,876 KB
スコア 137
最終ジャッジ日時 2022-04-01 21:44:19
合計ジャッジ時間 1,093 ms
ジャッジサーバーID
(参考情報)
judge14 / judge16
純コード判定しない問題か言語
このコードへのチャレンジ(β)

テストケース

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

ソースコード

diff #

L = ["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"]
print("LICENSE")
print("all")
for n in L:
    print(n)
    print(f"{n}.hpp")
0