Hello, World! (Hard)

View as PDF

Submit solution

Points: 0
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type

Kirito found the problem Hello, World! to be very nice. So nice, he asks you to solve it not once, nor twice, but thrice.

He also tells you that this problem is totally legit as evidenced by the many comments below that praise the problem for how legit it is and its hextremely professional judging output.

It's not like this is a joke problem meant to demonstrate an obscure judge feature or something...

Input Specification

There is no input.

Output Specification

Hello, World!, 3 times, on three different lines.


Comments


  • -1
    Hydrazine  commented on Oct. 27, 2024, 5:30 p.m.

    wow i really love how legit this problem is


  • -3
    whoislaura  commented on Aug. 11, 2024, 10:32 p.m.

    help


    • 0
      ftpv  commented on Sept. 5, 2024, 10:37 p.m.
      1. Think about everything that needs to be written to get the required output. Think like a machine. Be a machine. An H needs to be written. An e. Keep going. What else?
      2. Some of what needs to be written to the output have multiple alternatives. Use them, at least the most common ones.