# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
16633 | 2015-08-29T17:13:51 Z | eaststar | 카드 (tutorial6) | C++14 | 364 ms | 43276 KB |
#include"jeehak.h" void jeehak(int *a){ int s=a[1]+a[2]+a[3]+a[4]+a[5]; send(s%10/2+1,s%2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 338 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 364 ms | 43276 KB | Output is correct - 최대 카드수 : 1 |