为什么system下面提示“不明确”?
system函数是C语言里面的,你在C++里面用的话要加cstdlib头文件
加上头文件#include <stdlib.h>
#include <stdlib.h>
加头文件即可,在最上面加一行#include