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

breakfast Batch , stdin/stdout

Registered Users Only

Please login to utilize this feature.

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

breakfast.html

Problem Description

Bradley, being an awesome nutritionist, is having peanuts for breakfast today. In fact, he is planning to investigate the effect of eating peanuts for breakfast on his health. However, you do not have to care about that today, because he, being an even more awesome programmer, has come out with a voice-activated robot that scans his health upon hearing him say "PARAMECIUM".

Write a program that can help Bradley activate the robot by outputting "PARAMECIUM".

Input

There is no input to this problem.

Output

The output should contain a single line with the word "PARAMECIUM". The output should be terminated with a newline.

Limits

<none>

Sample Input 1

<none>

Sample Output 1

PARAMECIUM

Tags

Syntax

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
110011s64MBMinimum
2011s64MBMinimum

Judge Compile Command

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