未知题型
编程1+2+3+4+5+......100
【参考答案】
int a = 1,sum=0;
while(a<101)
{
sum=sum+a;
a......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
