Accepted
代码
#include<cstdio>
long long n,x,ans;
int main(){
scanf("%lld",&n);
for(int i=1;i<=n;i++){
scanf("%lld",&x); ans^=x;
}
printf("%lld",ans);
return 0;
}
信息
- 递交者
- 类型
- 递交
- 题目
- P1012 丢失的筷子
- 比赛
- 暑假摸鱼第三弹
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2021-02-09 13:24:35
- 评测时间
- 2021-02-09 13:24:35
- 评测机
- 分数
- 100
- 总耗时
- 142ms
- 峰值内存
- 300.0 KiB