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