結果

問題 No.3088 ACL list
ユーザー SaiYSSaiYS
提出日時 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
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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