//#include "stdafx.h"//vc++6.0加上这一行.#include "stdio.h"void main(void){ int i; for(i=7;i<966;printf("%d ",5*i+70),i+=35); printf("\n");}