# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
4081 | 2013-09-01T02:35:41 Z | tncks0121 | 카드 (tutorial6) | C++ | 380 ms | 43280 KB |
#include "jeehak.h" void jeehak (int A[]) { int i, s=0; for(i=1; i<=5; i++) s+=A[i]; s%=10; send(s/2+1, s%2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 372 ms | 43280 KB | Output isn't correct - friends 함수 오류 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 380 ms | 43280 KB | Output isn't correct - friends 함수 오류 |