U4894.[HSIOI R4] int main()

通过率:0%

时间限制:1.00s

内存限制:128MB

题目描述

HSIOI R4马上开始,请先完成此题。
输出程序基本框架:

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

输入格式

输出格式

输出程序基本框架

输入输出样例

  • 输入#1

    输出#1

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

说明/提示

输入文件名:main.in
输出文件名:main.out

首页