結果
問題 | No.3088 ACL list |
ユーザー | bit_kyopro |
提出日時 | 2022-04-01 22:47:49 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
AC
|
実行時間 | 16 ms / 2,000 ms |
コード長 | 321 bytes |
コンパイル時間 | 63 ms |
実行使用メモリ | 7,432 KB |
スコア | 138 |
最終ジャッジ日時 | 2022-04-01 22:47:54 |
合計ジャッジ時間 | 622 ms |
ジャッジサーバーID (参考情報) |
judge12 / judge14 |
純コード判定しない問題か言語 |
(要ログイン)
ソースコード
print('LICENSE') print('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) print(a+'.hpp')