QOJ.ac

QOJ

Time Limit: 1.0 s Memory Limit: 256 MB Total points: 100 Hackable ✓

#18325. Repeater

Statistics

Kaka found a magical repeater.

If you input the integer $1$, it will output 'I love Heilongjiang'. If you input the integer $0$, it will output 'I love CCPC'. If any other integer is input, it will output 'Error'.

Given an integer $x$, please output the response of this repeater.

Input

A single line containing an integer $x$ ($-10^9 \le x \le 10^9$).

Output

If $x = 1$, output 'I love Heilongjiang'. If $x = 0$, output 'I love CCPC'. Otherwise, output 'Error'.

Examples

Input 1

1

Output 1

I love Heilongjiang

Input 2

0

Output 2

I love CCPC

Input 3

-1

Output 3

Error

Discussions

About Discussions

The discussion section is only for posting: General Discussions (problem-solving strategies, alternative approaches), and Off-topic conversations.

This is NOT for reporting issues! If you want to report bugs or errors, please use the Issues section below.

Open Discussions 0
No discussions in this category.

Issues

About Issues

If you find any issues with the problem (statement, scoring, time/memory limits, test cases, etc.), you may submit an issue here. A problem moderator will review your issue.

Guidelines:

  1. This is not a place to publish discussions, editorials, or requests to debug your code. Issues are only visible to you and problem moderators.
  2. Do not submit duplicated issues.
  3. Issues must be filed in English or Chinese only.
Active Issues 0
No issues in this category.
Closed/Resolved Issues 0
No issues in this category.