oj mrJudge
Toggle navigation
  • Login
    • Forget Password
      Login
User Image

Hello, Stranger

Guest
  • Analysis Mode
  • Problems
    • All Problems
    • Latest Problems
  • Join Us Now
  • Registration
  • Contact Us
  • Infomation
  • About
    • Terms of Use
    • Technical Specifications
    • Credits

helloworld_ex Batch , stdin/stdout

Registered Users Only

Please login to utilize this feature.

Do note that this website only supports submissions in C++.

helloworld_ex.html

Problem Description

Print 'Hello World' (without the quotes).

Sounds easy? The catch is your score is determined by the number of characters in your code.

Scoring Criteria

If the output isn't 'Hello World', you will get 0 for your submission.

If your output is 'Hello World', you will obtain points based on your length of your source code (number of characters including spaces and end lines). The formula is as below:
Number of Characters ≤ 45 : 100 marks
Number of Characters ≥ 100 : 1 mark
Otherwise, score = 100 * (100-Number of characters)/55

Sample Input

There will be no input.

Sample Output

Hello World

Tags

Golf

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
110011s32MBCustom

Judge Compile Command

g++-8 ans.cpp -o helloworld_ex -Wall -Wshadow -static -O2 -lm -m64 -s -w -std=gnu++17 -fmax-errors=512

Accepted Submissions

subIDUserTimeMax Time

Past Submissions

subIDUserTimeScore
mrJudge 09.05.20
Copyright © 2020 mrJudge. All rights reserved.