結果
問題 | No.3088 ACL list |
ユーザー | SaiYS |
提出日時 | 2022-04-01 21:36:52 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
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 |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
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)