2-1

#include<stdio.h>
int main(void)
{
    printf("Hello World!
");

return 0;
}

原文地址:https://www.cnblogs.com/tangxumin25/p/3355010.html