# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
16669 | 2015-09-04T10:39:34 Z | CodingBug | 카드 (tutorial6) | C++ | 323 ms | 43276 KB |
#include"jeehak.h" void jeehak(int A[]) { int su=0; for(int i=1;i<=5;i++) su+=A[i]; send(su%5+1,(su/5)&1); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 315 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 323 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |