# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
4104 | 2013-09-01T09:59:14 Z | gs13105 | 카드 (tutorial6) | C++ | 392 ms | 43280 KB |
#include "jeehak.h" void jeehak(int A[]) { int s=(A[1]+A[2]+A[3]+A[4]+A[5])%10; send(s%5+1,s>4); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 392 ms | 43280 KB | Output is correct - 최대 카드수 : 1 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 372 ms | 43280 KB | Output is correct - 최대 카드수 : 1 |