比赛 2024国庆练习2 评测结果 WWWAWWWWWWWWWWWWWWWW
题目名称 战棋 最终得分 5
用户昵称 KKZH 运行时间 0.060 s
代码语言 C++ 内存使用 3.33 MiB
提交时间 2024-10-05 18:08:33
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
struct node{
	int fight;
	int health;
	int people;
	int kind;
};  
int main(){
	freopen("chess.in","r",stdin);
	freopen("chess.out","w",stdout);
	cout<<"6169 0";
	return 0;
}