201

# include<stdio.h>

int main(void)

{

printf("Hello World!
");

return 0;

}

原文地址:https://www.cnblogs.com/chaoyue0806/p/3351756.html