2-1

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

    return 0;
}

  

原文地址:https://www.cnblogs.com/jlg0322/p/3349586.html