Home > Back-end >  About devc
About devc

Time:12-23

Today's computer experiment found that the program runs to cin and the scanf it stopped, also have this kind of problem before

CodePudding user response:

Input space interval number three

CodePudding user response:

 # include & lt; Stdio. H> 
Int main (int arg c, char * argv [])
{
Void move (int * pl);
Int a [3], [3] * p, I, j;
for(i=0; I<3; I++)
The scanf (" % d % d % d ", & amp; A [I] [0], & amp; [1], a [I] & amp; A, [I] [2]).
P=a, [0].
Move (p);
for(i=0; I<3; I++)
Printf (" % d % d % d ", a [I] [0], a [I] [1], a [I] [2]).
return 0;
}

Void move (int * pl)
  • Related