結果

問題 No.1068 #いろいろな色 / Red and Blue and more various colors (Hard)
ユーザー FF256grhyFF256grhy
提出日時 2022-01-29 13:39:13
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 160 bytes
コンパイル時間 5,944 ms
コンパイル使用メモリ 269,004 KB
実行使用メモリ 32,232 KB
最終ジャッジ日時 2024-06-10 11:36:49
合計ジャッジ時間 24,873 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 414 ms
25,048 KB
testcase_01 AC 411 ms
25,228 KB
testcase_02 AC 405 ms
25,064 KB
testcase_03 AC 427 ms
25,356 KB
testcase_04 AC 406 ms
25,276 KB
testcase_05 AC 402 ms
25,172 KB
testcase_06 AC 403 ms
25,252 KB
testcase_07 AC 400 ms
25,308 KB
testcase_08 AC 405 ms
25,300 KB
testcase_09 AC 408 ms
25,264 KB
testcase_10 AC 413 ms
25,244 KB
testcase_11 AC 421 ms
25,252 KB
testcase_12 AC 424 ms
25,104 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 AC 649 ms
32,100 KB
testcase_30 AC 677 ms
32,100 KB
testcase_31 AC 405 ms
25,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:108:12: warning: narrowing conversion of ‘(a - 1)’ from ‘long long int’ to ‘int’ [-Wnarrowing]
  108 |     v[i]={a-1,1};
      |           ~^~
main.cpp:108:12: warning: narrowing conversion of ‘(a - 1)’ 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-1,1};rep(18)rep(i,2d5)v[i]=atcoder::convolution<>(v[2i],v[2i+1]);rep(q)rd(a),wt(v[0][a]);}
0