早教吧 育儿知识 作业答案 考试题库 百科 知识分享

1~10000000之间7的倍数和末尾含7的数.1~10000000之间所有7的倍数和末尾含7的数一共有多少个呢?例如7,14,17,21,27,28……要求VC6能编译的

题目详情
1~10000000之间7的倍数和末尾含7的数.
1~10000000之间所有7的倍数和末尾含7的数一共有多少个呢?例如7,14,17,21,27,28……
要求VC6能编译的
▼优质解答
答案和解析
#include "stdafx.h"
#include "stdio.h"
void main(void){
int i,count,x;
for(count=0,x=10000001,i=14;i