非常时期,靠自己
1872
2772
3672
4572
5472
6372
7272
8172
9072
代码跑出来的
代码如下:
#include
#include
#include
using std::endl;
using std::ofstream;
using std::cin;
using std::endl;
using std::cout;
int main()
{
int a,b,c,d,k;
ofstream ofs("d:\\a.txt");
c=7;
for(a=0;a<10;a++)
{
for(b=0;b<10;b++)
{
for(d=0;d<10;d++)
{
k=a*1000+b*100+c*10+d;
if(k%18==0&&a+b==c+d)
{
ofs<
}
}
}
return 0;
}