結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
Yu_212
|
| 提出日時 | 2022-04-01 22:11:25 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 258 bytes |
| コンパイル時間 | 73 ms |
| 実行使用メモリ | 7,412 KB |
| スコア | 0 |
| 最終ジャッジ日時 | 2022-04-01 22:11:26 |
| 合計ジャッジ時間 | 629 ms |
|
ジャッジサーバーID (参考情報) |
judge11 / judge16 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
ソースコード
print("LICENSE\nall")
print(*[f"{t}\n{t}.hpp"for t in list("convolution,dsu,fenwicktree,lazysegtree,math,maxflow,mincostflow,modint,scc,segtree,string,twosat".split(","))+list("internal_"+s for s in"bit,csr,math,queue,scc,type_traits".split(","))],sep="\n")
Yu_212