例如:
a = 10 ^ 12, b = 93 ^ 7 result = b % a
那么,以大O表示形式的'%'运算符的时间复杂度是多少,以及如何计算?
c++ math computation modulo
c++ ×1
computation ×1
math ×1
modulo ×1