by@n4o847
AC
1016ms
var x=0 while let l=readLine(){l.map{x=$0=="T" ?0:$0=="K" ?x-49:(x+1)%50;print(x<1 ?"x":$0,terminator:"")} print()}
T K
x x x x x x x x x x x x x x x xxxxxxxxxxxxxxxx
/tmp/code.swift:2:26: warning: result of call to 'map' is unused while let l=readLine(){l.map{x=$0=="T" ?0:$0=="K" ?x-49:(x+1)%50;print(x<1 ?"x":$0,terminator:"")} ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~