摘要: 对拍模板(P1001 A+B Problem) Part 1 随机造数据的代码(\(data\))。 #include<bits/stdc++.h> const int mod=1e6; using namespace std; int main() { freopen("data.in","w", 阅读全文
posted @ 2023-03-01 19:24 Symbolize 阅读(32) 评论(0) 推荐(0)