首页 > 代码库 > 编程基础

编程基础

文件的输入
#include<fstream>#include<iostream>using namespace std;

ifstream cin("B.txt");
cin>>n;
 

编程基础