头文件不能那么写 #include"iostrema.h"#include"stdlib.h"如果是core C++ 的话,那标准库文件应该:#include<iostream>#include<stdlib>