結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
miscalc
|
| 提出日時 | 2022-04-01 21:30:15 |
| 言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
| 結果 |
AC
|
| 実行時間 | 15 ms / 2,000 ms |
| コード長 | 370 bytes |
| コンパイル時間 | 74 ms |
| 実行使用メモリ | 7,504 KB |
| スコア | 89 |
| 最終ジャッジ日時 | 2022-04-01 21:30:23 |
| 合計ジャッジ時間 | 760 ms |
|
ジャッジサーバーID (参考情報) |
judge14 / judge11 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
c="convolution"
d="dsu"
f="fenwicktree"
i="internal_"
b="bit"
j="csr"
m="math"
q="queue"
s="scc"
t="type_traits"
u="segtree"
l="lazy"+u
x="maxflow"
g="mincostflow"
n="modint"
z="string"
w="twosat"
h=".hpp"
print("LICENSE\nall",c,c+h,d,d+h,f,f+h,i+b,i+b+h,i+j,i+j+h,i+m,i+m+h,
i+q,i+q+h,i+s,i+s+h,i+t,i+t+h,l,l+h,m,m+h,x,x+h,g,g+h,n,n+h,s,s+h,
u,u+h,z,z+h,w,w+h,sep="\n")
miscalc