单项选择题

某算法的时间代价为T(n)=100n+10nlog2n+n2+10,其时间复杂度为()

A.O(n)
B.O(nlog2n)
C.O(n2
D.O(1)