結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
kabipoyo
|
| 提出日時 | 2022-04-01 21:33:24 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
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 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
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")
kabipoyo