結果

問題 No.3088 ACL list
ユーザー FF256grhyFF256grhy
提出日時 2022-04-01 22:02:17
言語 C++17
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 293 bytes
コンパイル時間 1,856 ms
実行使用メモリ 3,528 KB
スコア 166
最終ジャッジ日時 2022-04-01 22:02:20
合計ジャッジ時間 2,441 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
3,528 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp:1:2: 警告: #import は廃止された GCC 拡張です [-Wdeprecated]
    1 | #import<bits/stdc++.h>
      |  ^~~~~~
main.cpp:3:1: 警告: ISO C++ では型の無い ‘main’ の宣言を禁止しています [-Wreturn-type]
    3 | main(){puts("LICENSE\nall");for(auto s:{"convolution","dsu","fenwicktree",A"bit",A"csr",A"math",A"queue",A"scc",A"type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"})puts(s),std::cout<<s<<".hpp\n";}
      | ^~~~

ソースコード

diff #

#import<bits/stdc++.h>
#define A "internal_"
main(){puts("LICENSE\nall");for(auto s:{"convolution","dsu","fenwicktree",A"bit",A"csr",A"math",A"queue",A"scc",A"type_traits","lazysegtree","math","maxflow","mincostflow","modint","scc","segtree","string","twosat"})puts(s),std::cout<<s<<".hpp\n";}
0