結果

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

テストケース

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

ソースコード

diff #

p=print
p("LICENSE\nall")
for l in "convolution dsu fenwicktree Ibit Icsr Imath Iqueue Iscc Itype_traits lazysegtree math maxflow mincostflow modint scc segtree string twosat".replace("I", "internal_").split():
    p(l)
    p(l + ".hpp")
0