2.1

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


    return 0;
}
原文地址:https://www.cnblogs.com/lxhlxx900126/p/3349762.html