画红线部分看不懂啊 求懂c++的高手指点
cout 在 中,是输出值到控制台的,比如 cout << "hello" <<endl ; // 输出hello 到控制台并回车换行和 printf("hello\n");效果一样