造数据模板
2024-12-28 18:56:57
发布于:广东
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctime>
using namespace std;
char number[5];
char filename[20], f2[20];
int get_rand(){//生成随机数(范围0-330979467)
return rand() * 10000 + rand() * 100 + rand();
}
int buf[5], *p1, *p2;
int frand(){//类似于快读的nc()函数,可以快速取[0,9]范围的随机数
if(p1 == p2){
p1 = p2 = buf;
int tmp = rand();//获取随机数
if(!tmp) *p2++ = 0;//判断是否为0,以免卡死
while(tmp){
*p2++ = tmp % 10;
tmp /= 10;
}
}
return *p1++;
}
void solve(){
cin.tie(nullptr) -> sync_with_stdio(0);
cout.tie(nullptr) -> sync_with_stdio(0);
//在此写出你的解法~
cout << flush;
}
int main(){
cout << "输入测试点:";
cin >> number;
srand(time(0));
strcat(filename, "测试点");
strcat(filename, number);
strcat(filename, ".in");//生成"测试点x.in"
strcat(f2, "测试点");
strcat(f2, number);
strcat(f2, ".out");//生成"测试点x.out"
freopen(filename, "w", stdout);
cin.tie(nullptr) -> sync_with_stdio(0);
cout.tie(nullptr) -> sync_with_stdio(0);
//在此写入输入数据~
cout << flush;
fclose(stdout);
freopen(filename, "r", stdin);
freopen(f2, "w", stdout);
solve();
fclose(stdin), fclose(stdout);
return 0;
}
全部评论 11
有多少人是因为小电影而点进来的?(我不是)
2024-12-01 来自 浙江
2《小电影》
2024-11-24 来自 浙江
1总结: 😭😭😭看不懂,😭不会,😭不明白,😒不会抄,不理解😰😰😰
昨天 来自 湖南
0报错了
cin.tie(nullptr) -> sync_with_stdio(0);
nullptr was not declared in this scrope3天前 来自 北京
0你这个不是最新版的,要在这里加上
3天前 来自 广东
0
这是啥程序?
1周前 来自 广东
01周前 来自 浙江
0更新了?
1周前 来自 广东
0话说这段代码到底是用来干嘛的
2024-12-14 来自 浙江
0是童瑞骐吗
2024-11-15 来自 广东
0¿咋知道我真名的
2024-11-15 来自 广东
0你好核癌窠氢的高室长(
2024-12-22 来自 湖南
0话说你这咋个打字打出倒立的问号??
2024-12-23 来自 四川
0
原来你是百花的
2024-09-20 来自 广东
0?你咋知道
2024-09-20 来自 广东
0从个团队知道的(doge
2024-09-22 来自 广东
1
顶!
2024-09-07 来自 浙江
0
有帮助,赞一个