結果
問題 | No.2150 Site Supporter |
ユーザー | harurun |
提出日時 | 2022-12-07 02:24:58 |
言語 | cLay (20240714-1) |
結果 |
CE
|
実行時間 | - |
コード長 | 83 bytes |
コンパイル時間 | 2,724 ms |
コンパイル使用メモリ | 163,752 KB |
最終ジャッジ日時 | 2024-10-13 12:48:26 |
合計ジャッジ時間 | 3,371 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp: In function ‘int main()’: main.cpp:281:19: error: cannot bind non-const lvalue reference of type ‘long long int&’ to a value of type ‘int’ 281 | for(long long&i:A){ | ^
ソースコード
ll@N,@K,@X,a,b=X,c;VI@A(N);for(ll&i:A)c=a,a=min(c,b)+i,b=min(c+X,b)+K;wt(min(a,b));