#include<stdio.h>int main(void){ printf("Hello World!\n"); return 0;} 转载于:https://www.cnblogs.com/jiangjiali/p/3352570.html