0_0_6664426_9941.cpp: In function `void print(int (*)[15])':
0_0_6664426_9941.cpp:92: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:92: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6664426_9941.cpp:92: error: expected `;' before "i"
0_0_6664426_9941.cpp:92: error: `i' undeclared (first use this function)
0_0_6664426_9941.cpp:93: error: expected `;' before "j"
0_0_6664426_9941.cpp:93: error: `j' undeclared (first use this function)
0_0_6664426_9941.cpp: In function `bool cal(int (*)[15], int, int, int)':
0_0_6664426_9941.cpp:101: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:101: error: expected `;' before "t"
0_0_6664426_9941.cpp:101: error: `t' undeclared (first use this function)
0_0_6664426_9941.cpp: In function `II win1turn(int (*)[15], int)':
0_0_6664426_9941.cpp:112: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:112: error: expected `;' before "i"
0_0_6664426_9941.cpp:112: error: `i' undeclared (first use this function)
0_0_6664426_9941.cpp:112: error: expected `;' before "j"
0_0_6664426_9941.cpp:112: error: `j' undeclared (first use this function)
0_0_6664426_9941.cpp: In function `bool lose2turn(int (*)[15], int)':
0_0_6664426_9941.cpp:123: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:123: error: expected `;' before "i"
0_0_6664426_9941.cpp:123: error: `i' undeclared (first use this function)
0_0_6664426_9941.cpp:123: error: expected `;' before "j"
0_0_6664426_9941.cpp:123: error: `j' undeclared (first use this function)
0_0_6664426_9941.cpp: In function `II win3turn(int (*)[15], int)':
0_0_6664426_9941.cpp:137: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:137: error: expected `;' before "i"
0_0_6664426_9941.cpp:137: error: `i' undeclared (first use this function)
0_0_6664426_9941.cpp:137: error: expected `;' before "j"
0_0_6664426_9941.cpp:137: error: `j' undeclared (first use this function)
0_0_6664426_9941.cpp: In function `int main()':
0_0_6664426_9941.cpp:155: error: `typeof' undeclared (first use this function)
0_0_6664426_9941.cpp:155: error: expected `;' before "i"
0_0_6664426_9941.cpp:155: error: `i' undeclared (first use this function)
|