結果

問題 No.3088 ACL list
ユーザー GrayCoderGrayCoder
提出日時 2022-04-01 21:58:19
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
AC  
実行時間 14 ms / 2,000 ms
コード長 298 bytes
コンパイル時間 63 ms
実行使用メモリ 7,424 KB
スコア 161
最終ジャッジ日時 2022-04-01 21:58:19
合計ジャッジ時間 639 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
純コード判定しない問題か言語
このコードへのチャレンジ(β)

テストケース

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

ソースコード

diff #

print("LICENSE","all",sep="\n")
for s in ("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(s,s+".hpp",sep="\n")
0