#!/bin/bash

while read line
do
    printf "%' u\n" $line
done <nowcoder.txt