单项选择题

下面程序运行结果为:(   )S=0for i in range(1,100):  S+=ielse:    print(1)
A、5050  1 
B、4950    
C、4950  1    
D、1