zzythebest

博客园 首页 新随笔 联系 订阅 管理

2023年4月4日 #

摘要: 以防忘记 三个cpp文件 a.cpp表示待拍文件, b.cpp表示暴力版本,data.txt表示生成的数据。 #include <bits/stdc++.h> using namespace std; void generateData(){ ofstream fout("input.txt"); 阅读全文
posted @ 2023-04-04 11:51 whoamiiii 阅读(36) 评论(0) 推荐(0)