main()函数可以有返回值,也可以没有返回值 A: #includeintmain(){printf("helloworld");return0;} B: #includeintman(){printf("helloworld");return0;} C: #includeintmain(){printf("helloworld")return0;} D: #includeintmain(){print("helloworld");return0;}
main()函数可以有返回值,也可以没有返回值 A: #includeintmain(){printf("helloworld");return0;} B: #includeintman(){printf("helloworld");return0;} C: #includeintmain(){printf("helloworld")return0;} D: #includeintmain(){print("helloworld");return0;}
1