单项选择题

有如下程序: #include using namespace std; int main(){ int i,s=0; for(i=1;s<20;i+=2)s+=i*i; cout<

A.3
B.5
C.7
D.9