Lớn nhất

View as PDF

Submit solution

Points: 100.00
Time limit: 0.1s
Memory limit: 64M
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 2 số nguyên không âm, hãy tìm số lớn nhất trong 2 số ấy

Input
  • Gồm 1 dòng duy nhất chứa 2 số nguyên không âm, dữ liệu đảm bảo các số nguyên có không quá 9 chữ số.
Output
  • Gồm 1 số nguyên không âm duy nhất là số lớn nhất trong 2 số.
Sample Input
6 9
Sample Output
9

Comments

Please read the guidelines before commenting.