結果

問題 No.533 Mysterious Stairs
ユーザー %20%20
提出日時 2017-09-21 01:39:26
言語 cLay
(20240714-1)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 88 bytes
コンパイル時間 2,736 ms
コンパイル使用メモリ 174,224 KB
実行使用メモリ 5,376 KB
最終ジャッジ日時 2024-07-05 12:38:10
合計ジャッジ時間 3,207 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
5,248 KB
testcase_01 AC 1 ms
5,376 KB
testcase_02 AC 1 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 1 ms
5,376 KB
testcase_05 WA -
testcase_06 WA -
testcase_07 WA -
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
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 -
権限があれば一括ダウンロードができます
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:446:22: warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations]
  446 |           a[R5MtCiij]=a[R5MtCiij - (0) + (1)];
      |           ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:445:34: note: within this loop
  445 |         for(R5MtCiij=(0);R5MtCiij<((5) + 1);R5MtCiij++){
      |                          ~~~~~~~~^~~~~~~~~~

ソースコード

diff #

{{mint n,a[]={1,1,3,3,4,8};rd(n);for(;n-=1;){a[6]=*a+sum(a(4));a[0..5]=a[1..];}wt(*a);}}
0