0_0_11683242_26658.cpp:1:25: bits/stdc++.h: No such file or directory
0_0_11683242_26658.cpp:30: error: expected constructor, destructor, or type conversion before '<' token
0_0_11683242_26658.cpp:30: error: expected `,' or `;' before '<' token
0_0_11683242_26658.cpp: In member function `void AC::init()':
0_0_11683242_26658.cpp:49: error: `memset' undeclared (first use this function)
0_0_11683242_26658.cpp:49: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11683242_26658.cpp:50: error: `vec' undeclared (first use this function)
0_0_11683242_26658.cpp: In member function `void AC::insert(char*, int)':
0_0_11683242_26658.cpp:60: error: `memset' undeclared (first use this function)
0_0_11683242_26658.cpp:61: error: `vec' undeclared (first use this function)
0_0_11683242_26658.cpp: In member function `void AC::getFail()':
0_0_11683242_26658.cpp:69: error: `queue' undeclared (first use this function)
0_0_11683242_26658.cpp:69: error: expected primary-expression before "int"
0_0_11683242_26658.cpp:69: error: expected `;' before "int"
0_0_11683242_26658.cpp:75: error: `q' undeclared (first use this function)
0_0_11683242_26658.cpp: In member function `void AC::getMat(int, int)':
0_0_11683242_26658.cpp:101: error: `vec' undeclared (first use this function)
0_0_11683242_26658.cpp: In function `int main()':
0_0_11683242_26658.cpp:172: error: `scanf' undeclared (first use this function)
0_0_11683242_26658.cpp:179: error: `printf' undeclared (first use this function)
|