Home > Back-end >  How can
How can

Time:10-11

# include "stdio.h"
Void main ()
/* * * * * * * * * * FOUND * * * * * * * * * */
{int x=y=4;
Z=x * y;
/* * * * * * * * * * FOUND * * * * * * * * * */
Printf (" z "(=% d/n, z);
}

CodePudding user response:

/n \ n and Z Z instead

CodePudding user response:

 
#include
Int main ()
/* * * * * * * * * * FOUND * * * * * * * * * */
{int x=y=4;
Z=x * y;
/* * * * * * * * * * FOUND * * * * * * * * * */
Printf (" \ n z=% d ", z);
return 0;
}

CodePudding user response:

Play a less int
 
#include
Int main ()
/* * * * * * * * * * FOUND * * * * * * * * * */
{int x=y=4;
Int z=x * y;
/* * * * * * * * * * FOUND * * * * * * * * * */
Printf (" \ n z=% d ", z);
return 0;
}
  • Related