結果

問題 No.3088 ACL list
ユーザー milkcoffeemilkcoffee
提出日時 2021-08-07 12:56:01
言語 Text
(cat 8.3)
結果
WA  
実行時間 -
コード長 605 bytes
コンパイル時間 20 ms
実行使用メモリ 2,920 KB
スコア 0
最終ジャッジ日時 2022-03-26 00:16:26
合計ジャッジ時間 593 ms
ジャッジサーバーID
(参考情報)
judge10 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;

int main() {
    string s="internal_",t="convolution",u="mincostflow",v="febwicktree",w="lazysegtree";
    cout<<"LICENSE\nall\n"<<t<<"\n"<<t<<".hpp\ndsu\ndsu.hpp\n"<<v<<"\n"<<v<<".hpp\n"<<s<<"bit\n"<<s<<"bit.hpp\n"<<s<<"csr\n"<<s<<"csr.hpp\n"<<s<<"math\n"<<s<<"math.hpp\n"<<s<<"queue\n"<<s<<"queue.hpp\n"<<s<<"scc\n"<<s<<"scc.hpp\n"<<s<<"type_traits\n"<<s<<"type_traits.hpp\n"<<w<<"\n"<<w<<".hpp\nmath\nmath.hpp\nmaxflow\nmaxflow.hpp\n"<<u<<"\n"<<u<<".hpp\nmodint\nmodint.hpp\nscc\nscc.hpp\nsegtree\nsegtree.hpp\nstring\nstring.hpp\ntwosat\ntwosat.hpp\n";
}
0