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