結果

問題 No.3088 ACL list
ユーザー milkcoffeemilkcoffee
提出日時 2021-08-07 13:10:44
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 451 bytes
コンパイル時間 1,431 ms
実行使用メモリ 4,904 KB
スコア 0
最終ジャッジ日時 2022-03-26 00:16:30
合計ジャッジ時間 1,941 ms
ジャッジサーバーID
(参考情報)
judge12 / judge10
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

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

int main() {
    string s[18]={"convolution","dsu","fenwicktree","bit","csr","math","queue","scc","type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"};
    cout<<"LICENSE\nall\n";
    for(int i=0;i<18;i++){
        if(i>=3||i<=8) cout<<"internal_";
        cout<<s[i]<<endl;
        if(i>=3||i<=8) cout<<"internal_";
        cout<<s[i]<<".hpp\n";
    }
}
0