12896: 【设计型】第4章:键盘输入和屏幕输出 简单的输出4

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

输入1,2,34

输出1,2,34

Sample Input Copy

1,2,34

Sample Output Copy

1,2,34

HINT

若是将,读入,输出的值很明显不是想要的值。所以在scanf中要加入%*c,不将,付给任何变量。