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