QOJ.ac

QOJ

Límite de tiempo: 1 s Límite de memoria: 1024 MB Puntuación total: 100

#3597. 一些和

Estadísticas

你的朋友秘密地选择了 $N$ 个 $1$ 到 $100$ 之间的连续正整数,并希望你猜出它们的和是偶数还是奇数。

如果和一定是偶数,输出 ‘Even’。如果和一定是奇数,输出 ‘Odd’。如果和既可能是偶数也可能是奇数,输出 ‘Either’。

Illustration by Larry Pyeatt

输入格式

输入为一个整数 $N$,满足 $1 \le N \le 10$。

输出格式

输出一个单词。根据上述规则,输出 ‘Even’、‘Odd’ 或 ‘Either’。

样例

样例输入 1

1

样例输出 1

Either

样例输入 2

2

样例输出 2

Odd

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.