結果

問題 No.3088 ACL list
ユーザー 👑 p-adicp-adic
提出日時 2022-08-14 22:17:54
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
WA  
実行時間 -
コード長 345 bytes
コンパイル時間 1,945 ms
実行使用メモリ 6,948 KB
スコア 0
最終ジャッジ日時 2022-08-14 22:17:57
合計ジャッジ時間 3,211 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:3:7: 警告: ISO C++ では型の無い ‘main’ の宣言を禁止しています [-Wreturn-type]
    3 | int i;main(){std::string s[]={"convolution","dsu","fenwicktree","bit","csr","math","queue","scc","type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"};C("LICENSE\nall");for(;C(s[i]),C(s[i]+".hpp"),i++<17;);}
      |       ^~~~

ソースコード

diff #

#include<bits/stdc++.h>
#define C(X) std::cout<<(3<i&&i<=9?"internal_":"")<<X<<std::endl
int i;main(){std::string s[]={"convolution","dsu","fenwicktree","bit","csr","math","queue","scc","type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"};C("LICENSE\nall");for(;C(s[i]),C(s[i]+".hpp"),i++<17;);}
0