问答题
main ( ) { int a , b ; scanf ( “input a ,b:”,a , b ); printf (“a=%d, b=%d”,a,b); }
【正确答案】
scanf ( “%d,%d”,a , b );
【答案解析】
提交答案
关闭