TopCoder

餘切
$\Huge\text{freeh1}$

User's AC Ratio

86.2% (56/65)

Submission's AC Ratio

62.7% (240/383)

Tags

Description

這題問題很簡單,給你一個數字,如果是奇數請輸出"Yes",反之則"No"。

Input Format

輸入僅有一行,輸入整數$n (-2147483647 \leq n \leq 2147483647)$。

Output Format

請照題目要求輸出

Sample Input 1

2

Sample Output 1

No

Sample Input 2

1

Sample Output 2

Yes

Hints

Problem Source

Subtasks

No. Testdata Range Score
1 0~3 100

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Memory Limit (RSS, KiB) Output Limit (KiB) Subtasks
0 1000 250000 250000 65536 1
1 1000 250000 250000 65536 1
2 1000 250000 250000 65536 1
3 1000 250000 250000 65536 1