• >>:提取符
  • <<:插入符
  • <iostream>:包含cin,cout
  • <fstream>:包含ofstream,ifstream,实现了应用程序和文件间的数据交流

[c++] 输入输出_数据