你的<iostream>中的<>符号可能写成全角符号了,需要英文半角输入,另外,include 和<>之间加个空格(有的编译器要求有空格)
#include <iostream>
头文件#include<iostream> 没找到,路径不对?