(资料图片仅供参考)
1、#include 等同于: #includeusing namespace std;具体点:std::cout 。
2、 std::endl; (在没有.h 或者 using namespace std 情况下) cout 。
3、 endl (在有.h 或者 using namespace std)。
本文到此分享完毕,希望对大家有所帮助。
标签: