結果
| 問題 |
No.8088 ACL list
|
| コンテスト | |
| ユーザー |
tabae326
|
| 提出日時 | 2022-04-01 22:19:36 |
| 言語 | Bash (Bash 5.2.21) |
| 結果 |
AC
|
| 実行時間 | 2 ms / 2,000 ms |
| コード長 | 239 bytes |
| コンパイル時間 | 21 ms |
| 実行使用メモリ | 4,900 KB |
| スコア | 220 |
| 最終ジャッジ日時 | 2022-04-01 22:19:37 |
| 合計ジャッジ時間 | 627 ms |
|
ジャッジサーバーID (参考情報) |
judge16 / judge13 |
| 純コード判定しない問題か言語 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 1 |
ソースコード
s="LICENSE\nall"
x=internal_
for v in convolution dsu fenwicktree ${x}bit ${x}csr ${x}math ${x}queue ${x}scc ${x}type_traits lazysegtree math maxflow mincostflow modint scc segtree string twosat
do
s="$s\n$v\n${v}.hpp"
done
echo -e $s
tabae326