# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
44552 | 2018-04-03T05:37:18 Z | wzy | Question (Grader is different from the original contest) (CEOI14_question_grader) | C++11 | 0 ms | 0 KB |
int encode (int n, int x, int y) { for(int j = 0 ; j <= 10 ; i++){ if((x & 1<<j) && !(y & 1<<j)){ return j + 1; } } }