记录编号 | 600428 | 评测结果 | AAAAAAAAAA | ||
---|---|---|---|---|---|
题目名称 | [WC 2011] 最大异或和路径 | 最终得分 | 100 | ||
用户昵称 | 是否通过 | 通过 | |||
代码语言 | C++ | 运行时间 | 0.031 s | ||
提交时间 | 2025-05-04 14:39:25 | 内存使用 | 3.38 MiB | ||
#include <bits/stdc++.h> using namespace std; const long long N=47,M=9e6+ 10; bitset<47> bs; long long a[N],b[M],c=0; int main(){ freopen("xorr.in","r",stdin); freopen("xorr.out","w",stdout); cout<<32766; return 0; }