# include
Int main ()
{
The FILE * stdout;
Fopen (" Odata. Out ", "wb");
int num;
int a,b,c;
For (num=100; Num & lt; 1000; Num++)
{
A=num/100;
B=(num % 100)/10;
C=num % 10;
If (a * a * b + a + b * b * * * c=c=c num)
Fprintf (stdout, "% d \ n", num);
}
return 0;
}
CodePudding user response:
Oh understand, has been solved, the statement is the fopen function assigned to stdout, then the problem solved, compile running normally!CodePudding user response:
Less a fclose, fopen and fclose to match,CodePudding user response:
Stdout is the standard output stream, can not use the fcloseCodePudding user response: