C语言1-100之间3和5的倍数之和

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/26 02:48:50

C语言1-100之间3和5的倍数之和

#include
void main()
{
int i,s=0;
for(i=1;i