# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
14857 | 2015-07-01T14:09:53 Z | pichulia | 카드 (tutorial6) | C++ | 475 ms | 43276 KB |
#include"jeehak.h" void jeehak(int A[]) { int i, j, k; for(i=1;i<=5;i++) { if(A[i]<5)j=0;else{A[i]-=5; j=1;} send(A[i]+1,j); } }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 444 ms | 43276 KB | Output is correct - 최대 카드수 : 5 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 475 ms | 43276 KB | Output is correct - 최대 카드수 : 5 |