djfz-2023-s464933/TaskX03/run.py
2023-11-19 22:42:11 +01:00

5 lines
84 B
Python

import sys
for line in sys.stdin:
print(str(len(line)-1) + ' ' + line, end='')