fork download
  1. c;main(i,j){for(;scanf("%d,%d,%c%*s",&i,&j,&c)>0;)puts(i-j&&i>j^c<70?"STOP":"WAIT");}
  2.  
Runtime error #stdin #stdout 0s 2056KB
stdin
80,90,UP
150,100,DOWN
65,65,UP
1618,1618,DOWN
840,1200,DOWN
54,12,UP
30,1,UP
stdout
WAIT
WAIT
WAIT
WAIT
STOP
STOP
STOP