Sanh só

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Nhập vào 2 số nguyên ~a~ và ~b~ ~(-10^9 ≤ a, b ≤ 10^9)~. Hãy in ra số nhỏ hơn trong 2 số ~a~ và ~b~ nếu ~a = b~ in ra OKELA.

Đầu vào

Hai số nguyên ~a~ và ~b~, cách nhau bởi một khoảng trắng.

Đầu ra

  • Nếu ~a ≠ b~: In ra số nhỏ nhất trong hai số.
  • Nếu ~a = b~: In ra chuỗi OKELA.
Sample Input
5 7
Sample Output
5
Sample Input
-3 -3
Sample Output
OKELA

Comments

Please read the guidelines before commenting.


There are no comments at the moment.