結果
問題 | No.3088 ACL list |
ユーザー | daut-dlang |
提出日時 | 2022-04-01 21:34:38 |
言語 | D (dmd 2.106.1) |
結果 |
WA
|
実行時間 | - |
コード長 | 334 bytes |
コンパイル時間 | 1,513 ms |
実行使用メモリ | 4,904 KB |
スコア | 0 |
最終ジャッジ日時 | 2023-06-01 00:00:00 |
合計ジャッジ時間 | 1,016 ms |
ジャッジサーバーID (参考情報) |
judge16 / judge13 |
(要ログイン)
ソースコード
import std.stdio;void main(){ auto a="LICENSE\nall\n"; auto b=["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"]; foreach(e;b)a~=e~"\n"~e~".hpp\n"; writeln(a);}