fork(2) download
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. for(int a=1;a<10;a++)
  6. for(int b=1;b<10;b++)
  7. for(int c=1;c<10;c++)
  8. for(int d=1;d<10;d++)
  9. for(int e=1;e<10;e++)
  10. if((a*10000+b*1000+c*100+d*10+e)*(a)==(e*100000+e*10000+e*1000+e*100+e*10+e))
  11. if(a!=b || a!=c || a!=d || a!=e)
  12. if(b!=c || b!=d || a!=e)
  13. if(c!=d || c!=e)
  14. if(d!=e)
  15. cout<<"A= "<<a<<" B= "<<b<<" C= "<<c<<" D= "<<d<<" E= "<<e<<endl;
  16. return 0;
  17. }
  18.  
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
A= 7  B= 9  C= 3  D= 6  E= 5