# |
제출 시각 |
아이디 |
문제 |
언어 |
결과 |
실행 시간 |
메모리 |
15923 |
2015-08-01T13:31:03 Z |
ggoh |
카드 (tutorial6) |
C++ |
|
44 ms |
43276 KB |
#include "jeehak.h"
void jeehak(int A[])
{
int S=A[1]+A[2]+A[3]+A[4]+A[5];
S%=10;
send(S%5,S/5);
}
#include "friends.h"
void friends(int A[],int N,int X[],int Y[])
{
int S=A[1]+A[2]+A[3]+A[4]+A[5]+1,d=X[1]+Y[1]*5;
guess((d-S%10+10)%10);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
44 ms |
43276 KB |
Output isn't correct - jeehak 함수 오류 |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
43 ms |
43276 KB |
Output isn't correct - jeehak 함수 오류 |