摘要: #include <bits/stdc++.h> using namespace std; int pid; char fn[1000]; void gen_one(int n) { sprintf(fn, "data%d.in", ++ pid); freopen(fn, "w", stdout) 阅读全文
posted @ 2024-11-14 15:19 zhuzc_114514 阅读(24) 评论(0) 推荐(0)
Title