/code_2019287.cpp: In function ‘int main()’:
DEVC++ 貌似自己幫你 include 了
所以要加 < string.h > 或 < cstring >
上面是 ANSI C 的
而 string 是 C++ 的 STL