赞题库-背景图
单项选择题

程序运行后的输出结果是#include  int main() {      int a=666,b=888;     printf("%d",a,b);     return 0; }

A.888
B.666,888
C.错误信息
D.666