#A. Hello world!

    Type: Default 1000ms 256MiB

Hello world!

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

Background

Special for beginners, ^_^

Description

Print "Hello world!".

Format

Input

No input.

Output

One line."Hello world!"

Samples

No input
Hello world!

Limitation

#include <iostream>

int main()
{
    std::cout << "Hello world!\n";
    return 0;
}

土拨鼠の比赛

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
6
Start at
2023-4-20 20:15
End at
2023-4-20 21:15
Duration
1 hour(s)
Host
Partic.
0