10 2020 档案
摘要:配置传统题型 输入数据生成 以 a + b Problem,生成 10 组数据,为例。 int a, b; FILE *fp; char filename[50]; for(int t = 1; t <= 10; ++i) { sprintf(filename, "aaa%d.in", t); fp
阅读全文
摘要:链接 Virtual participation A. Suborrays 观察发现任何排列均满足题意。 #include<bits/stdc++.h> using namespace std; int N; int main(){ ios::sync_with_stdio(0); cin.tie(
阅读全文

浙公网安备 33010602011771号