# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
35076 | 2017-11-18T01:04:55 Z | imaxblue | Question (Grader is different from the original contest) (CEOI14_question_grader) | C++14 | 1206 ms | 25664 KB |
int encode(int N, int X, int Y){ return (((X^Y)&-(X^Y)) << 1)+(X>Y); }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 1206 ms | 25664 KB | wrong answer |
2 | Incorrect | 1116 ms | 25664 KB | wrong answer |