Số bé nhất trong 3 số

View as PDF



Memory limit:
Scratch 129M

Problem type
Points: 100 (p) Time limit: 5.0s Memory limit: 256M Input: stdin Output: stdout

Cho 3 số nguyên dương \(a\), \(b\)\(c\).

Yêu cầu:

  • Hãy viết chương trình tìm ra số nhỏ nhất trong 3 số trên.

Input:

  • Chứa 3 số nguyên dương \(a\), \(b\)\(c\)

Output:

  • Chứa số nhỏ nhất.

Example

Test 1

Input

2
3
4

Output

2


Comments

There are no comments at the moment.