比赛 202110省实验桐柏一中普及组联赛 评测结果 C
题目名称 Killer 最终得分 0
用户昵称 202100025 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2021-10-18 19:38:47
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main()
{
	feropen("killer.in","r",stdin);
	feropen("killer.out","w",stdout);
	cin>>3 5 2
		 3 6 5
		 15 23 30 21 7;
	cout>>3;
	return 0;
 }