GCDoftwonos


Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
Java

TASK

Write a program to display the GCD of the given two integers

Input Format:

This program requires input of 2 integers

Output Format:

This program returns the GCD of the two numbers

Sample Input

15,25

Sample Output: 5


Comments

There are no comments at the moment.