#!/bin/bash

awk '{printf  $1" "}' nowcoder.txt
awk '{printf $2" "}' nowcoder.txt