有如下程序:
#include <stdio.h> int main() { int x = 032; printf("%d\n", x); return 0; }
程序运行后的输出结果是( )
32
26
032
50