結果

問題 No.1068 #いろいろな色 / Red and Blue and more various colors (Hard)
ユーザー FF256grhyFF256grhy
提出日時 2022-01-29 13:49:09
言語 cLay
(20240714-1)
結果
AC  
実行時間 698 ms / 3,500 ms
コード長 170 bytes
コンパイル時間 5,854 ms
コンパイル使用メモリ 269,832 KB
実行使用メモリ 32,228 KB
最終ジャッジ日時 2024-06-10 11:46:25
合計ジャッジ時間 26,514 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 425 ms
25,184 KB
testcase_01 AC 422 ms
25,056 KB
testcase_02 AC 422 ms
25,132 KB
testcase_03 AC 430 ms
25,328 KB
testcase_04 AC 427 ms
25,172 KB
testcase_05 AC 429 ms
25,328 KB
testcase_06 AC 426 ms
25,156 KB
testcase_07 AC 428 ms
25,108 KB
testcase_08 AC 427 ms
25,244 KB
testcase_09 AC 429 ms
25,280 KB
testcase_10 AC 427 ms
25,252 KB
testcase_11 AC 428 ms
25,176 KB
testcase_12 AC 426 ms
25,216 KB
testcase_13 AC 694 ms
32,096 KB
testcase_14 AC 694 ms
32,100 KB
testcase_15 AC 698 ms
32,100 KB
testcase_16 AC 696 ms
32,100 KB
testcase_17 AC 694 ms
31,976 KB
testcase_18 AC 697 ms
32,100 KB
testcase_19 AC 698 ms
32,228 KB
testcase_20 AC 698 ms
32,100 KB
testcase_21 AC 694 ms
32,224 KB
testcase_22 AC 691 ms
32,096 KB
testcase_23 AC 695 ms
32,228 KB
testcase_24 AC 693 ms
32,100 KB
testcase_25 AC 693 ms
32,224 KB
testcase_26 AC 694 ms
32,100 KB
testcase_27 AC 694 ms
32,096 KB
testcase_28 AC 690 ms
32,228 KB
testcase_29 AC 697 ms
32,228 KB
testcase_30 AC 694 ms
32,224 KB
testcase_31 AC 425 ms
25,180 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:108:14: warning: narrowing conversion of ‘((~ - a) % 998244353)’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  108 |     v[i]={~-a%998244353,1};
      |           ~~~^~~~~~~~~~
main.cpp:108:14: warning: narrowing conversion of ‘((~ - a) % 998244353)’ from ‘long long int’ to ‘int’ [-Wnarrowing]

ソースコード

diff #

#include<atcoder/all>
{ll@n,@q,a;VVI v(4d5,{1});rep(i,n)rd(a),v[i]={~-a%998244353,1};rep(18)rep(i,2d5)v[i]=atcoder::convolution<>(v[2i],v[2i+1]);rep(q)rd(a),wt(v[0][a]);}
0