用户名或电子邮箱地址
密码
记住我
A、int a=b=10; B、int a=10,b=10; C、int a,b;a=b=10; D、int a,b;a=10;b=10; 喵查答案:int a=b=10;