Submission #281898

#TimeUsernameProblemLanguageResultExecution timeMemory
281898thtsshz_bgwrswhQuestion (Grader is different from the original contest) (CEOI14_question_grader)C++17
0 / 100
5 ms768 KiB
int encode(int n,int x,int y){
	return x^n;
}
int decode(int n,int q,int h){
	return q==(h^n);
}
#Verdict Execution timeMemoryGrader output
Fetching results...