# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
4096 | 2013-09-01T03:02:30 Z | gs13068 | 카드 (tutorial6) | C++ | 372 ms | 43280 KB |
#include"jeehak.h" void jeehak(int A[]) { int t=A[1]+A[2]+A[3]+A[4]+A[5]; send(t%5+1,t/5%2); }
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 356 ms | 43280 KB | Output isn't correct - friends 함수 오류 |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Incorrect | 372 ms | 43280 KB | Output isn't correct - friends 함수 오류 |