結果
| 問題 | No.2922 Rose Garden |
| コンテスト | |
| ユーザー |
👑 tails
|
| 提出日時 | 2024-10-13 01:23:57 |
| 言語 | cLay (20241019-1 + boost 1.89.0) |
| 結果 |
AC
|
| 実行時間 | 8 ms / 3,000 ms |
| コード長 | 70 bytes |
| 記録 | |
| コンパイル時間 | 1,739 ms |
| コンパイル使用メモリ | 173,008 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-10-13 01:24:01 |
| 合計ジャッジ時間 | 3,517 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 50 |
コンパイルメッセージ
main.cpp: In function ‘int main()’:
main.cpp:89:10: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
89 | char*z="Yes";
| ^~~~~
main.cpp:101:15: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings]
101 | t>h+s*b?z="No":0;
| ^~~~
ソースコード
char*z="Yes";ll@(n,s,b,h);rep(n-1){ll@t;t>h+s*b?z="No":0;h>?=t;}wt(z);
tails