Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

gcd of two number

#My Python Lectures: https://cutt.ly/python-full-playlist
#Codechef Problem Solution Video: https://cutt.ly/codeChefContestProblemSolution

import math
print("Res =",math.gcd(2, 1))

#Res = 1
Source by youtu.be #
 
PREVIOUS NEXT
Tagged: #gcd #number
ADD COMMENT
Topic
Name
2+3 =