1034: C语言-间隔输出
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:132
Solved:92
Description
写一函数,输入一个四位数字,要求输出这四个数字字符,但每两个数字间空格。如输入1990,应输出"1 9 9 0"。
Input
一个四位数
Output
增加空格输出
Sample Input Copy
1990
Sample Output Copy
1 9 9 0