用户名或电子邮箱地址
密码
记住我
#include int main() { int a=666,b=888; printf("%d\n",a,b); return 0; }
A、666 B、错误信息 C、888 D、666,888 喵查答案:666