通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
若有定义:
int a; float b; double c;
程序运行时输入:
a=1,b=2,c=3<回车>
能把值1输入给变量a、值2输 入给变量b、值3输入给变量c的输入语句是( )。