比赛 CSP2023-J模拟赛 评测结果 WWWWWWWWWW
题目名称 复制题目 最终得分 0
用户昵称 嗷嗷 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2023-10-18 20:28:32
显示代码纯文本
#include<bits/stdc++.h>
#define int long long
#define N 2005
using namespace std;
int n,w[N],x,y,vis[N][N],ans;
signed main() {
	freopen("copy.in","r",stdin);
	freopen("copy.out","w",stdout);
	cout<<7108;
	return 0;
}