单项选择题

在程序中需要使用math库中的gcd()函数计算两数的最大公约数,已知调用语句为:x=gcd(a,b),那么导入的语句是()。

A.import math
B.import gcd
C.from math import gcd
D.from gcd import math