0_0_18336264_8507.cpp:3:5: error: 'p' does not name a type
p[0][0]=0;
^
0_0_18336264_8507.cpp:4:5: error: 'p' does not name a type
p[0][1]=1;
^
0_0_18336264_8507.cpp:5:5: error: 'temp' does not name a type
temp=p[0][1];
^
0_0_18336264_8507.cpp:7:5: error: 'i' does not name a type
i=0;j=1;
^
0_0_18336264_8507.cpp:7:9: error: 'j' does not name a type
i=0;j=1;
^
0_0_18336264_8507.cpp:8:4: error: expected unqualified-id before 'while'
while(j<=200)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/_mingw.h:282:0,
from GCC4.9.2/x86_64-w64-mingw32/include/crtdefs.h:10,
from GCC4.9.2/x86_64-w64-mingw32/include/stdio.h:9,
from 0_0_18336264_8507.cpp:46:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|