摘要: #include<iostream> #include<fstream> using namespace std; int main(){ char a[10]; ifstream inf; inf.open("1.txt"); inf>>a; for(int i=0;i<3;i++){ cout< 阅读全文
posted @ 2024-07-29 14:53 王ys 阅读(10) 评论(0) 推荐(0)