# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
168718 | 2019-12-15T13:47:16 Z | mhy908 | 질문 (CEOI14_question_grader) | C++14 | 1504 ms | 125168 KB |
int c[930], r, f; int encode(int N, int x, int y) { if(!f)for(int i=1; i<=4096; i++)if(__builtin_popcount(i)==6)c[++r]=i; f=1; return __builtin_ffs(c[x]&(c[x]^c[y])); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1496 ms | 125168 KB | Output is correct - maxh = 12 |
2 | Correct | 1504 ms | 125144 KB | Output is correct - maxh = 12 |