#include<stdio.h> int main(){ printf("Hello world!"); return 0; } 转载于:https://www.cnblogs.com/Ljh578519469/p/8672395.html