Submission #564435

# Submission time Handle Problem Language Result Execution time Memory
564435 2022-05-19T08:21:38 Z Abdulmohsen1284 Question (Grader is different from the original contest) (CEOI14_question_grader) C++14
0 / 100
3336 ms 24152 KB
#include"bits/stdc++.h"
using namespace std;
int encode (int n, int x, int y) {
  return x;
}
#include"bits/stdc++.h"
using namespace std;
int decode (int n, int q, int h) {
	if(q==h)
		return 1;
	else
		return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 3336 ms 24152 KB Output isn't correct - maxh = 920
2 Incorrect 3183 ms 24044 KB Output isn't correct - maxh = 920