# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
16808 | 2015-09-30T05:36:43 Z | Namnamseo | 카드 (tutorial6) | C++ | 324 ms | 43276 KB |
#include"jeehak.h" void jeehak(int A[]) { int as=0; int i; for(i=1;i<=5;++i) as+=A[i]; as%=10; send(as%5+1,as/5); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 308 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 324 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |