1 # include "stdio.h" 2 int main(){ 3 printf("Hello world!\n"); 4 return 0; 5 } 转载于:https://www.cnblogs.com/2201192792com/p/9341368.html