#include <stdio.h>void main(){ int a=1,b; while(a<=5) { b=1; b=b+a; a++; } printf("%d\n",b); }
很谢谢你们 我是第一次 提问 每想到马上就有热心人了 很谢谢