# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
4094 | 2013-09-01T02:49:09 Z | tncks0121 | 카드 (tutorial6) | C++ | 544 ms | 43280 KB |
#include "jeehak.h" void jeehak (int A[]) { int i, s=0; for(i=1; i<=5; i++) send(A[i]/2+1, A[i]%2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 532 ms | 43280 KB | Output is correct - 최대 카드수 : 5 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 544 ms | 43280 KB | Output is correct - 최대 카드수 : 5 |