結果
問題 | No.8088 ACL list |
ユーザー |
|
提出日時 | 2022-04-01 21:36:52 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
AC
|
実行時間 | 13 ms / 2,000 ms |
コード長 | 331 bytes |
コンパイル時間 | 53 ms |
実行使用メモリ | 7,512 KB |
スコア | 128 |
最終ジャッジ日時 | 2022-04-01 21:36:54 |
合計ジャッジ時間 | 637 ms |
ジャッジサーバーID (参考情報) |
judge15 / 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_"def p(l):for w in l:print(w+n+w+h)def q(l):for w in l:print(i+w+n+i+w+h)print("LICENSE\nall")p(s)q(t)p(u)