結果
| 問題 | No.533 Mysterious Stairs |
| コンテスト | |
| ユーザー |
%20
|
| 提出日時 | 2017-07-23 16:05:34 |
| 言語 | cLay (20250308-1 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 85 bytes |
| 記録 | |
| コンパイル時間 | 2,145 ms |
| コンパイル使用メモリ | 193,368 KB |
| 実行使用メモリ | 7,720 KB |
| 最終ジャッジ日時 | 2026-03-26 20:40:47 |
| 合計ジャッジ時間 | 3,331 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 5 WA * 23 |
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:447:22: warning: iteration 5 invokes undefined behavior [-Waggressive-loop-optimizations]
447 | b[R5MtCiij]=b[R5MtCiij - (0) + (1)];
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:446:34: note: within this loop
446 | for(R5MtCiij=(0);R5MtCiij<((5) + 1);R5MtCiij++){
| ~~~~~~~~^~~~~~~~~~
ソースコード
{{mint n,b[]={1,1,3,3,4,8},a;rd(n);for(;n-=1;)a=*b+sum(b(4)),b[0..5]=b[1..];wt(*b);}}
%20