通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
程序运行结束后,屏幕上输出值为( )。
static int x=10; void main() { int x=3; f(); x--; printf("%d",x); } f() { x++; }