记录编号 600424 评测结果 AAAAAAAAAA
题目名称 [WC 2011] 最大异或和路径 最终得分 100
用户昵称 Gravatar徐诗畅 是否通过 通过
代码语言 C++ 运行时间 0.031 s
提交时间 2025-05-04 14:36:39 内存使用 3.30 MiB
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("xorr.in","r",stdin);
	freopen("xorr.out","w",stdout);
	cout<<"32766";
}