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

有如下程序:
#include <stdio.h>
main()
{
int x=072;
printf("%d\n", x+1);
}
程序运行后的输出结果是______。

A.59
B.73
C.115
D.72