ログインしてください。
質問
| 問題名 | ユーザ名 | 質問 | 回答 | 全体公開 | 投稿日時 | 最終更新日時 |
|---|---|---|---|---|---|---|
| A - Macro Controller |
wightou
|
T の生成について確認です。 X は最悪で 2MN^2 程度になりうるため、2X+4M が 2N^2M を超える場合があると考えています。 このとき、r の値によって T < 2X+4M となる入力も有効テストケースとして生成されうる、という理解でよいでしょうか? |
プログラム的には生成される可能性があります。 念の為、暫定テストならびにシステムテスト用の入力では 2X+4M <= T が満たされていることを確認しました。実際に使用されるテストケースでは問題文の制約にある T<=2N^2M は保証されているとみなして問題ありません。 Q: Since X can be as large as approximately 2MN² in the worst case, I believe that 2X + 4M may exceed 2N²M. In that case, depending on the value of r, is it correct to understand that inputs satisfying T < 2X + 4M could also be generated as valid test cases? A: As a precaution, we have confirmed that the condition 2X + 4M ≤ T is satisfied for both the provisional test cases and the system test inputs. You may assume that the constraint T ≤ 2N^2 M, as stated in the problem description, is guaranteed to hold in the actual test cases. |
Yes | ||
| A - Macro Controller |
spawn
|
1回のマクロの実行途中ですべてのボールが対応するかごに入ったが、実行後にその状態が崩れてしまった場合、そのマクロ後で処理完了したとみなしますか? |
いいえ 最後まで、もしくは基本操作回数がT回となるまで実行した段階で完成状態かの判定が行われます。 Q: If all balls are placed in their corresponding baskets during the execution of a single macro, but that state is lost by the end of the macro, is the process considered complete after that macro? A: No. The completion state is checked only after the macro has been executed to the end, or after the number of basic operations reaches T. |
Yes | ||
wata_admin
|
Announcement |
The input for the web version of the visualizer was inconsistent with the local tester. We have updated the web version so that it matches the local tester. Please reload the page. Web版のビジュアライザの入力がローカルテスタとずれていました。 一致するようにWeb版を修正しました。 再読込をお願いします。 |
Yes | |||
wata_admin
|
Announcement |
We have found an issue with the problem setup and are currently working on fixing it, so we will delay the start time by one hour. The end time will remain unchanged. We sincerely apologize for the inconvenience. 問題設定の不備が見つかり修正中のため、開始時刻を1時間遅らせます。 終了時刻に変更はありません。 大変申し訳ありません。 |
Yes |

