0_0_10801577_14143.cpp:2: error: expected constructor, destructor, or type conversion before ';' token
0_0_10801577_14143.cpp:4: error: ISO C++ forbids declaration of `voidinit' with no type
0_0_10801577_14143.cpp: In function `int voidinit()':
0_0_10801577_14143.cpp:5: error: `dp' undeclared (first use this function)
0_0_10801577_14143.cpp:5: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10801577_14143.cpp:6: error: `inti' undeclared (first use this function)
0_0_10801577_14143.cpp:6: error: `i' undeclared (first use this function)
0_0_10801577_14143.cpp:9: error: `intj' undeclared (first use this function)
0_0_10801577_14143.cpp:9: error: `j' undeclared (first use this function)
0_0_10801577_14143.cpp: At global scope:
0_0_10801577_14143.cpp:15: error: ISO C++ forbids declaration of `intmain' with no type
0_0_10801577_14143.cpp: In function `int intmain()':
0_0_10801577_14143.cpp:16: error: `intN' undeclared (first use this function)
0_0_10801577_14143.cpp:17: error: `init' undeclared (first use this function)
0_0_10801577_14143.cpp:18: error: `N' undeclared (first use this function)
0_0_10801577_14143.cpp:20: error: `dp' undeclared (first use this function)
0_0_10801577_14143.cpp:22: error: `return0' undeclared (first use this function)
|