如果存在,是否包含头文件?
此代码提供编译错误:
#include <iostream> using namespace std; int main() { byte b = 2; cout << b << endl; return 0; }
c++
c++ ×1