摘要: 阅读全文
posted @ 2023-11-03 20:12 fushuxuan1 阅读(9) 评论(0) 推荐(0)
摘要: #include <bits/stdc++.h> #include <fstream> using namespace std; int main(int argc, char** argv) { char data[100]; ofstream a; a.open("hehe.txt"); cou 阅读全文
posted @ 2023-11-03 20:11 fushuxuan1 阅读(11) 评论(0) 推荐(0)