--- プログラム ---

BEGIN{
printf "input : "
getline a
print a
}


--- 実行結果 ---

input : abc def
abc def







戻る