holim0   5년 전

결과값 자체가 나오질 않네요 ㅜㅜㅜㅜ 제발 도와주세요 ㅜㅜㅜ

그리고 케이스 값은 임의로 제가 지정했습니다. 나중에 백준에 낼 땐 1회로 할꺼에요ㅜㅜㅜ

raararaara   5년 전

95행 while문에서 tempx와 tempy를 정상적으로 불러오지를 않습니다.

holim0   5년 전

int tempx = pqueue->index[pqueue->front].x;
int tempy = pqueue->index[pqueue->front].y;
int tempday = pqueue->index[pqueue->front].day;

이런식으로 하면 잘못된건가요?ㅠㅠ

댓글을 작성하려면 로그인해야 합니다.