djfz-2023-s473575/TaskX03/run.py
2023-10-15 16:42:49 +02:00

5 lines
84 B
Python

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