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

来源:学生学帮网 编辑:学帮网 时间:2024/06/17 13:34:04

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

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