给老班的话

#include <iostream>
#include <fstream>
using namespace std;
int main(){
	ifstream a;
	string b;
	cin>>b;
	a.open("qwq.txt");
	a>>b;
	cout<<b;
	return 0;
}

  

posted @ 2023-11-03 20:11  最后一个还有我  阅读(8)  评论(0)    收藏  举报