c语言程序设计题,如下图,begin行与end行之间怎么填

2025-04-08 01:30:05
推荐回答(1个)
回答1:

int s=0;
for(;m<=n;m++)
if(m%3)
s+=m;
return s;