Three-digit number


Submit solution

Points: 50
Time limit: 1.0s
Memory limit: 640M

Author:
Problem types

Nhập vào số tự nhiên N, in ra "YES" nếu N là số tự nhiên có 3 chữ số, nếu không thì in ra "NO".

Đầu vào:

  • Nhập vào 1 số duy nhất \(N\) \((0 < n \le 10^6)\)

Kết quả:

  • Một số nguyên dương là kết quả của bài toán

Ví dụ:

Đầu vào

123

Đầu ra

YES

Comments

There are no comments at the moment.