# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
16801 | 2015-09-30T05:25:04 Z | gs14004 | 카드 (tutorial6) | C++14 | 45 ms | 43276 KB |
#include "jeehak.h" void jeehak(int A[]){ int ret = 0; for(int i=0; i<5; i++) ret ^= A[i]; send(ret / 2 + 1, ret % 2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 43 ms | 43276 KB | Output isn't correct - jeehak 함수 오류 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 45 ms | 43276 KB | Output isn't correct - jeehak 함수 오류 |