以下程序运营后的输出结果是____。#include<

以下程序运营后的输出结果是____。

#include<stdio.h>
main(){
int a=200,b=010;  
printf("%d%d\n",a,b);
}


答案
第1空:2023

题目信息

题号:7257
题型:填空题
难度:普通