結果

問題 No.8088 ACL list
ユーザー bit_kyopro
提出日時 2022-04-01 22:11:41
言語 Python3
(3.13.1 + numpy 2.2.1 + scipy 1.14.1)
結果
WA  
実行時間 -
コード長 304 bytes
コンパイル時間 63 ms
実行使用メモリ 7,692 KB
スコア 0
最終ジャッジ日時 2022-04-01 22:11:42
合計ジャッジ時間 648 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other WA * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

print('LICENSE','all')
l=[
'convolution',
'dsu',
'fenwicktree',
'internal_bit',
'internal_csr',
'internal_math',
'internal_queue',
'internal_scc',
'internal_type_traits', 
'lazysegtree',
'math',
'maxflow',
'mincostflow',
'modint',
'scc',
'segtree',
'string',
'twosat'
]
for a in l:
    print(a, a+'.hpp')
0