# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
16806 | 2015-09-30T05:32:13 Z | kdh9949 | 카드 (tutorial6) | C++ | 353 ms | 43276 KB |
#include"jeehak.h" void jeehak(int A[]) { int sum=A[1]+A[2]+A[3]+A[4]+A[5]; sum%=10; send((sum%5)+1,sum/5); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 332 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 353 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |