题目一:简单输出 #include <stdio.h> int main() { printf("my name is zhang wei fan \n");//输出要显示的信息 return 0; }