0_0_38538846_29882.cpp:135:4: error: expected unqualified-id before 'for'
*/ for(int i=1; i<=n; i++){
^
0_0_38538846_29882.cpp:135:17: error: 'i' does not name a type
*/ for(int i=1; i<=n; i++){
^
0_0_38538846_29882.cpp:135:23: error: 'i' does not name a type
*/ for(int i=1; i<=n; i++){
^
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/time.h:9,
from 0_0_38538846_29882.cpp:136:
GCC4.9.2/x86_64-w64-mingw32/include/vadefs.h:12:32: error: expected declaration before end of line
#pragma pack(push,_CRT_PACKING)
^
|