0_0_6726905_25280.cpp: In function `void Treaval(int)':
0_0_6726905_25280.cpp:20: error: `sum' undeclared (first use this function)
0_0_6726905_25280.cpp:20: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_6726905_25280.cpp:20: error: `mx' undeclared (first use this function)
0_0_6726905_25280.cpp: In function `void Update_Same(int, int)':
0_0_6726905_25280.cpp:28: error: `same' undeclared (first use this function)
0_0_6726905_25280.cpp:30: error: `sum' undeclared (first use this function)
0_0_6726905_25280.cpp:31: error: `lx' undeclared (first use this function)
0_0_6726905_25280.cpp:31: error: `rx' undeclared (first use this function)
0_0_6726905_25280.cpp:31: error: `mx' undeclared (first use this function)
0_0_6726905_25280.cpp: In function `void Update_Rev(int)':
0_0_6726905_25280.cpp:36: error: `lx' undeclared (first use this function)
0_0_6726905_25280.cpp:36: error: `rx' undeclared (first use this function)
0_0_6726905_25280.cpp: In function `void Init()':
0_0_6726905_25280.cpp:71: error: `same' undeclared (first use this function)
0_0_6726905_25280.cpp:72: error: `mx' undeclared (first use this function)
0_0_6726905_25280.cpp:72: error: `lx' undeclared (first use this function)
0_0_6726905_25280.cpp:72: error: `rx' undeclared (first use this function)
|