Compilation error 未完待续

1.

code.cpp:1:21: fatal error:  iostream : No such file or directory
 #include< iostream >
                     ^
compilation terminated.
这个情况可能是在代码中写成这样

 #include< iostream >
就是在头文件括号里面加了空格,在UVA上这么写出现以上错误。在POJ上测试了下,没出现错误,不过还是规范写-------不要随便加空格为好。

2.未完待续

原文地址:https://www.cnblogs.com/gongpixin/p/4477425.html