結果

問題 No.3088 ACL list
ユーザー milkcoffeemilkcoffee
提出日時 2021-08-07 13:16:01
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 1 ms / 2,000 ms
コード長 440 bytes
コンパイル時間 1,421 ms
実行使用メモリ 4,900 KB
スコア 19
最終ジャッジ日時 2022-03-26 00:16:28
合計ジャッジ時間 2,034 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

#include <bits/stdc++.h>
using namespace std;
int main() {
    string t="internal_",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>2&&i<9) cout<<t;
        cout<<s[i]<<endl;
        if(i>2&&i<9) cout<<t;
        cout<<s[i]<<".hpp\n";
    }
}
0