0_0_1994266_20855.cpp: In function `int plus_1(int, int)':
0_0_1994266_20855.cpp:77: error: `in1' undeclared (first use this function)
0_0_1994266_20855.cpp:77: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_1994266_20855.cpp: In function `int plus_2(int, int)':
0_0_1994266_20855.cpp:86: error: `in2' undeclared (first use this function)
0_0_1994266_20855.cpp: In function `int Sum_1(int)':
0_0_1994266_20855.cpp:97: error: expected primary-expression before '}' token
0_0_1994266_20855.cpp:97: error: expected `;' before '}' token
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h: In function `int main()':
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/string.h:40: error: too few arguments to function `void* memset(void*, int, size_t)'
0_0_1994266_20855.cpp:112: error: at this point in file
0_0_1994266_20855.cpp:113: error: expected `;' before "memset"
0_0_1994266_20855.cpp:115: error: expected `;' before ')' token
0_0_1994266_20855.cpp:126: error: `sum' undeclared (first use this function)
0_0_1994266_20855.cpp:128: error: `sum1' undeclared (first use this function)
0_0_1994266_20855.cpp:129: error: `sum2' undeclared (first use this function)
0_0_1994266_20855.cpp:130: error: `cont' undeclared (first use this function)
|