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

repeat Batch , stdin/stdout

Registered Users Only

Please login to utilize this feature.

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

statement.html

Problem Description

Your task today is simple. Write a program that outputs exactly what it recives as input (including newlines) in less than 0.1s.

Input will only consist of alphanumeric characters (and newlines). Input will be no larger than 10,000,000 characters.

The length of your code will determine your score.

If your output is wrong, you will get 0 marks for your submission.

No. of characters < 53: 100 marks

No. of characters > 120: 5 marks

Otherwise, your score will be given by the formula: (52 ÷ Number of characters)2 * 100

Sample Input

abc
123
xyz

Sample Output

abc
123
xyz

Tags

Creative, Golf

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
1100520.1s32MBCustom

Judge Compile Command

g++-8 ans.cpp -o repeat -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.