結果
問題 | No.3088 ACL list |
ユーザー | kabipoyo |
提出日時 | 2022-04-01 21:33:24 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
AC
|
実行時間 | 12 ms / 2,000 ms |
コード長 | 337 bytes |
コンパイル時間 | 306 ms |
実行使用メモリ | 7,436 KB |
スコア | 122 |
最終ジャッジ日時 | 2022-04-01 21:33:26 |
合計ジャッジ時間 | 729 ms |
ジャッジサーバーID (参考情報) |
judge15 / judge16 |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
def f(s): print(f"{s}\n{s}.hpp") def g(s): print(f"internal_{s}\ninternal_{s}.hpp") print("LICENSE\nall") f("convolution") f("dsu") f("fenwicktree") g("bit") g("csr") g("math") g("queue") g("scc") g("type_traits") f("lazysegtree") f("math") f("maxflow") f("mincostflow") f("modint") f("scc") f("segtree") f("string") f("twosat")