Ước chung lớn nhất

View as PDF

Submit solution

Points: 100.00 (partial)
Time limit: 1.0s
Memory limit: 1G
Input: stdin
Output: stdout

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

Cho 2 số nguyên dương a, b. Tìm ước chung lớn nhất của 2 số đó

####Ví dụ:

Input
 4  
 8
Output
4

Comments

Please read the guidelines before commenting.