結果

問題 No.3088 ACL list
ユーザー miscalcmiscalc
提出日時 2022-04-01 21:30:15
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
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
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 15 ms
7,504 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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")
0