通过判断程序框图,发现本题为运算a=m i按照程序框图进行执行如下:
m=3 i=1
a=3 i=2
a=3 2=9 i=3
?
a=3 6=729 i=7
a=3 7=2187
此时a≥2010成立,执行输出i=7
故答案为A.