system(cls)用system(clear)也不行
需要头文件#include <stdlib.h>windows下system("cls");linux下system("clear");,macos也是这个