| 比赛 | 2024国庆练习2 | 评测结果 | AWAWAAWAAWWWWWWWWWWW |
|---|---|---|---|
| 题目名称 | 正负游戏 | 最终得分 | 30 |
| 用户昵称 | KKZH | 运行时间 | 0.060 s |
| 代码语言 | C++ | 内存使用 | 3.35 MiB |
| 提交时间 | 2024-10-05 18:07:11 | ||
#include <bits/stdc++.h>
using namespace std;
struct node{
int fight;
int health;
int people;
int kind;
};
int main(){
freopen("plusminus.in","r",stdin);
freopen("plusminus.out","w",stdout);
cout<<"0";
return 0;
}