read players:int id:int x:int y:int
gameloop
loop players read pid:int energy:int px:int py:int rotation:float
write 30 0.15 0 HOLD

STATEMENT
Good luck on the battlefield!

INPUT
players: number of players on the battlefield
id: your player id
x: your starting x position 0-1920
y: your starting y position 0-1080
pid: this player's id (you are always first in the loop)
energy: this player's remaining energy (<=0 means dead)
px: this player's x position
py: this player's y position
heading: this player's absolute heading in radians (clockwise from North)

OUTPUT
your turn, SPEED, HEADING from current (radians): TURRETHEADING (radians), FIRE or HOLD