提交记录 16910


用户 题目 状态 得分 用时 内存 语言 代码长度
NeverLand test. 自定义测试 Accepted 100 39.91 us 36 KB C++ 221 B
提交时间 评测时间
2021-11-01 22:00:17 2023-09-03 19:42:03
#include<iostream>
#include<cstring>
using namespace std;

int main(){
   char a[101],c;
   fgets(a, 100, stdin);

   int n=strlen(a),b=0;
		for (int i=0;i<n-1;i++) {
			b=b^a[i];
		}
		cout<<(char)b<<endl;
		return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #139.91 us36 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-18 10:08:26 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠