結果

問題 No.3088 ACL list
ユーザー ニックネームニックネーム
提出日時 2022-04-01 21:31:27
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
WA  
実行時間 -
コード長 305 bytes
コンパイル時間 69 ms
実行使用メモリ 7,680 KB
スコア 0
最終ジャッジ日時 2022-04-01 21:31:28
合計ジャッジ時間 630 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

print("LICENSE");print("all")
for v 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(v);print(v+".cpp")
0