在空白处填充程序3
#include<iostream>
using namespace std;int main()
{int i,j;for (i=0; i<=99; i++){j=i*10+6;if (j%3==0)cout<<j<<'\t';}cout<<endl;return 0;
}
版權(quán)聲明:本文博客原創(chuàng)文章,博客,未經(jīng)同意,不得轉(zhuǎn)載。
總結(jié)
- 上一篇: CentOS 6.x搭建Open***实
- 下一篇: Mac下crontab -e没结果的解决