0_0_4801852_3692.cpp:7: error: size of array `map' is too large
0_0_4801852_3692.cpp:64: error: size of array `idx' is too large
0_0_4801852_3692.cpp:65: error: size of array `str' is too large
0_0_4801852_3692.cpp: In function `bool check(int, int)':
0_0_4801852_3692.cpp:67: error: `idx' undeclared (first use this function)
0_0_4801852_3692.cpp:67: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4801852_3692.cpp: In function `void build()':
0_0_4801852_3692.cpp:83: error: `str' undeclared (first use this function)
0_0_4801852_3692.cpp:84: error: `idx' undeclared (first use this function)
0_0_4801852_3692.cpp:91: error: `map' undeclared (first use this function)
0_0_4801852_3692.cpp: In function `int main()':
0_0_4801852_3692.cpp:130: error: `map' undeclared (first use this function)
0_0_4801852_3692.cpp:133: error: `idx' undeclared (first use this function)
0_0_4801852_3692.cpp:138: error: `str' undeclared (first use this function)
|