2 条题解

  • 2
    @ 2021-10-12 20:13:45

    #include "iostream"
    using namespace std;

    int main()
    {
    cout<< "HELLO WORD!"<<endl;
    getchar();
    return 0;
    }

  • 1
    @ 2021-10-11 20:05:51

    #include <iostream>
    using name std;
    int main()
    {
    cou << "Hello World!";
    return 0;
    }

  • 1

信息

ID
1001
难度
1
分类
其他 点击显示
标签
递交数
285
已通过
39
通过率
14%
上传者