結果
問題 | No.3088 ACL list |
ユーザー | 👑 p-adic |
提出日時 | 2022-08-14 22:23:58 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 344 bytes |
コンパイル時間 | 1,958 ms |
実行使用メモリ | 3,536 KB |
スコア | 115 |
最終ジャッジ日時 | 2022-08-14 22:24:01 |
合計ジャッジ時間 | 2,776 ms |
ジャッジサーバーID (参考情報) |
judge14 / judge15 |
純コード判定しない問題か言語 |
(要ログイン)
コンパイルメッセージ
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;);} | ^~~~
ソースコード
#include<bits/stdc++.h> #define C(X) std::cout<<(2<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;);}