結果

問題 No.8088 ACL list
コンテスト
ユーザー sig_256
提出日時 2026-09-19 20:14:03
言語 C++23(gcc16)
(gcc 16.1.0 + boost 1.92.0 + ACL)
コンパイル:
g++-16 -O2 -lm -std=c++23 -Wuninitialized -DONLINE_JUDGE -o a.out _filename_
実行:
./a.out
結果
AC  
実行時間 1 ms / 2,000 ms
+ 372µs
コード長 291 bytes
記録
記録タグの例:
初AC ショートコード 純ショートコード 純主流ショートコード 最速実行時間
コンパイル時間 2,555 ms
コンパイル使用メモリ 102,664 KB
実行使用メモリ 6,528 KB
スコア 168
最終ジャッジ日時 2026-09-19 20:14:07
合計ジャッジ時間 3,704 ms
ジャッジサーバーID
(参考情報)
judge2_1 / judge1_1
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 1
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:1:2: warning: '#import' is a deprecated GCC extension [-Wdeprecated]
    1 | #import<ios>
      |  ^~~~~~
main.cpp:2:1: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
    2 | main(){puts("LICENSE\nall");for(std::string s:{"convolution","dsu","fenwicktree","_bit","_csr","_math","_queue","_scc","_type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"})s=s[0]-95?s:"internal"+s,s+="\n"+s+".hpp",puts(&s[0]);}
      | ^~~~

ソースコード

diff #
raw source code

#import<ios>
main(){puts("LICENSE\nall");for(std::string s:{"convolution","dsu","fenwicktree","_bit","_csr","_math","_queue","_scc","_type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"})s=s[0]-95?s:"internal"+s,s+="\n"+s+".hpp",puts(&s[0]);}
0