Clarifications


Task Name Username Clarifications Response Public Created time Modified time
A - Windy Drone Control (A) startcpp
ローカルテスターでは、4999ターン以内に行動を終了した場合に、Your program has terminated unexpectedly と表示されますが、行動は必ず5000ターンおこなう必要がありますか?(5000ターン行動した場合は正常に採点されます)
WAと判定されます。
Yes
wata_admin
Announcement
As the behavior of the tools and judge program, the equal sign was not included in the collision determination with the outer wall, and the collision was not judged as a collision when it was on just above (absolute value of x,y is 100000).
We will not rejudge and will use this behavior as the specification.
In other words, a collision is judged to have occurred with the outer wall if the absolute value of the x or y coordinate after the move is truly greater than 100000. Collision judgments with other walls are as described in the problem statement.

toolsとジャッジプログラムの挙動として、外周の壁との衝突判定に等号が入っておらず、ちょうど真上に乗った(x,yの絶対値が100000)場合に衝突したと判定されておりませんでした。
リジャッジは行わず、この挙動を仕様とします。
すなわち、外周の壁とは移動後のx座標もしくはy座標の絶対値が100000より真に大きい場合に衝突したと判定されます。それ以外の壁との衝突判定は問題文の通りです。
Yes
wata_admin
Announcement
From the wall constraints in the problem statement, it is possible that the flight region is connected as a figure but unreachable through integer coordinates only.
We will not modify the test cases.


問題文の壁の制約からは飛行領域は図形としては連結であっても整数座標のみを通って到達不能な領域が存在する可能性があります。
テストケースの変更は行いません。
Yes
A - Windy Drone Control (A) nephrologist
計測を行う場合、計測する方向 
(b 
x
​
 ,b 
y
​
 ) を、以下の形式で標準出力に出力せよ。

S 
a 
x
​
  
a 
y
​
 bx byでは?
修正しました。

The output format of measurements was incorrect and has been corrected. The correct format is
S bx by
Yes
A - Windy Drone Control (A) Kiri8128
目的地の到達判定における「S 上の任意の点 q と p の距離」は、その間に壁があった場合どのように計算されますか?
Walls are ignored in the calculation of the distance between a line segment and a point in the determination of reaching the destination.


目的地への到達判定における線分と点の距離の計算では、壁は無視されます。
Yes