結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-04-01 22:11:35 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 16 ms / 2,000 ms |
| コード長 | 327 bytes |
| コンパイル時間 | 66 ms |
| 実行使用メモリ | 7,508 KB |
| スコア | 132 |
| 最終ジャッジ日時 | 2022-04-01 22:11:36 |
| 合計ジャッジ時間 | 665 ms |
|
ジャッジサーバーID (参考情報) |
judge16 / judge13 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
s=["convolution","dsu","fenwicktree"]
t=["bit","csr","math","queue","scc","type_traits"]
u=["lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"]
n="\n"
h=".hpp"
i="internal_"
f=print
def p(l):
for w in l:
f(w+n+w+h)
def q(l):
for w in l:
f(i+w+n+i+w+h)
f("LICENSE\nall")
p(s)
q(t)
p(u)