作业帮 > 综合 > 作业

计算300-400中既不能被3整除也不能被4整除的所有整数之和 用c语言 并写出结果

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/07/05 08:59:14
计算300-400中既不能被3整除也不能被4整除的所有整数之和 用c语言 并写出结果
用这个小程序试试吧!
#include "stdafx.h"
#include "stdio.h"
void main(void){
\x09int n=0;
\x09for(int i=300;i