记录编号 600422 评测结果 AAAAAAAAAA
题目名称 [WC 2011] 最大异或和路径 最终得分 100
用户昵称 Gravatar彭欣越 是否通过 通过
代码语言 C++ 运行时间 0.032 s
提交时间 2025-05-04 14:36:12 内存使用 3.36 MiB
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;

int main () {
	freopen("xorr.in","r",stdin);
	freopen("xorr.out","w",stdout);
	cout << 32766 <<endl; 
	return 0;
}