結果

問題 No.3088 ACL list
ユーザー nrRoutenrRoute
提出日時 2022-04-01 22:27:58
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 701 bytes
コンパイル時間 1,182 ms
実行使用メモリ 6,952 KB
スコア 0
最終ジャッジ日時 2022-04-01 22:28:00
合計ジャッジ時間 1,657 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
string n="\n",h=".hpp",i="internal_",t="type_traits",m="mincostflow",l="lazysegtree",M="maxflow",s="segtree";
int main(){
cout<<"LICENCE"<<n
<<"all"<<n
<<"convolution"<<n
<<"convolution"<<h<<n
<<"dsu"<<n
<<"dsu"<<h<<n
<<"fenwicktree"<<n
<<"fenwicktree"<<h<<n
<<i<<"bit"<<n
<<i<<"bit"<<h<<n
<<i<<"csr"<<n
<<i<<"csr"<<h<<n
<<i<<"math"<<n
<<i<<"math"<<h<<n
<<i<<"queue"<<n
<<i<<"queue"<<h<<n
<<i<<"scc"<<n
<<i<<"scc"<<h<<n
<<i<<t<<n
<<i<<t<<h<<n
<<l<<n
<<l<<h<<n
<<"math"<<n
<<"math"<<h<<n
<<M<<n
<<M<<h<<n
<<m<<n
<<m<<h<<n
<<"modint"<<n
<<"modint"<<h<<n
<<"scc"<<n
<<"scc"<<h<<n
<<s<<n
<<s<<h<<n
<<"string"<<n
<<"string"<<h<<n
<<"twosat"<<n
<<"twosat"<<h;
}
0