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