結果

問題 No.8088 ACL list
ユーザー milkcoffee
提出日時 2021-08-07 13:02:43
言語 C++14
(gcc 13.3.0 + boost 1.87.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 605 bytes
コンパイル時間 1,408 ms
実行使用メモリ 3,404 KB
スコア 0
最終ジャッジ日時 2022-03-26 00:16:26
合計ジャッジ時間 1,956 ms
ジャッジサーバーID
(参考情報)
judge12 / judge10
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます

ソースコード

diff #

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

int main() {
    string s="internal_",t="convolution",u="mincostflow",v="fenwicktree",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