結果

問題 No.1068 #いろいろな色 / Red and Blue and more various colors (Hard)
ユーザー FF256grhyFF256grhy
提出日時 2022-01-29 14:20:06
言語 cLay
(20240714-1)
結果
TLE  
実行時間 -
コード長 205 bytes
コンパイル時間 7,764 ms
コンパイル使用メモリ 273,244 KB
実行使用メモリ 49,280 KB
最終ジャッジ日時 2024-06-10 12:18:50
合計ジャッジ時間 25,354 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
49,280 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2,335 ms
5,376 KB
testcase_04 AC 1,326 ms
5,376 KB
testcase_05 AC 1,684 ms
5,376 KB
testcase_06 AC 900 ms
5,376 KB
testcase_07 AC 762 ms
5,376 KB
testcase_08 AC 1,479 ms
5,376 KB
testcase_09 AC 1,994 ms
5,376 KB
testcase_10 AC 365 ms
5,376 KB
testcase_11 AC 678 ms
5,376 KB
testcase_12 AC 259 ms
5,376 KB
testcase_13 TLE -
testcase_14 -- -
testcase_15 -- -
testcase_16 -- -
testcase_17 -- -
testcase_18 -- -
testcase_19 -- -
testcase_20 -- -
testcase_21 -- -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
testcase_26 -- -
testcase_27 -- -
testcase_28 -- -
testcase_29 -- -
testcase_30 -- -
testcase_31 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:695:17: warning: narrowing conversion of ‘((~ - a) % 998244353)’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  695 |     s.set(i,{~-a%998244353,1});
      |              ~~~^~~~~~~~~~
main.cpp:695:17: warning: narrowing conversion of ‘((~ - a) % 998244353)’ from ‘long long int’ to ‘int’ [-Wnarrowing]

ソースコード

diff #

#include<atcoder/all>
VI c(VI a,VI b){return atcoder::convolution<>(a,b);}VI e(){return{1};}{ll@n,@q,a;atcoder::segtree<VI,c,e>s(n);rep(i,n)rd(a),s.set(i,{~-a%998244353,1});rep(q)rd(a),wt(s.prod(0,n)[a]);}
0