for y in open(0):print(*[x for x in range(1,11)if y[x-1].isupper()])
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page