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 阅读全文
posted @ 2020-10-30 16:33 Dayu2001 阅读(68) 评论(0) 推荐(0)
摘要:链接 Virtual participation A. Suborrays 观察发现任何排列均满足题意。 #include<bits/stdc++.h> using namespace std; int N; int main(){ ios::sync_with_stdio(0); cin.tie( 阅读全文
posted @ 2020-10-08 11:30 Dayu2001 阅读(119) 评论(0) 推荐(0)