填空题

与int i=100;while(i){cout<<‟P‟ ; i--;}这两个语句相当的for语句是()

【参考答案】

for(int i=100;i>0;i--)