0_0_5953269_30565.cpp: In function `void Debug()':
0_0_5953269_30565.cpp:7: error: `stdin' undeclared (first use this function)
0_0_5953269_30565.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_5953269_30565.cpp:7: error: `freopen' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `bool getInput()':
0_0_5953269_30565.cpp:40: error: `scanf' undeclared (first use this function)
0_0_5953269_30565.cpp:40: error: `EOF' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `bool isRal(char&)':
0_0_5953269_30565.cpp:50: error: `isalpha' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `int getId(char)':
0_0_5953269_30565.cpp:54: error: `islower' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `int getRalCnt()':
0_0_5953269_30565.cpp:60: error: `isalpha' undeclared (first use this function)
0_0_5953269_30565.cpp:62: error: `max' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `bool initMap()':
0_0_5953269_30565.cpp:100: error: `memset' undeclared (first use this function)
0_0_5953269_30565.cpp: In function `int main()':
0_0_5953269_30565.cpp:181: error: `memset' undeclared (first use this function)
0_0_5953269_30565.cpp:183: error: `printf' undeclared (first use this function)
0_0_5953269_30565.cpp:186: error: `puts' undeclared (first use this function)
|