by@kurgm
AC
2415ms
i=input().find('T') d=-1 while 1:print([' '*d+'*'*(i-d+1),' '*i+'*'][d<0]);d=input().find('K')
T K
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ************************
Traceback (most recent call last): File "/volume/CODE", line 3, in <module> while 1:print([' '*d+'*'*(i-d+1),' '*i+'*'][d<0]);d=input().find('K') EOFError: EOF when reading a line