Skip to content
Discussion options

You must be logged in to vote

리뷰1

// dragon 함수 전부...
vector<int> mov; 
int dir, ny, nx; 

void dragon(int x, int y, int d, int g) {
  1. d를 기준으로 mov에 추가해야지, 좌표를 추가하면 헷갈려
  2. mov를 전부 추가하고, 그 다음에 좌표를 계산하는 거야
  3. 좌표 기준으로 map에 표시하기 전에 ny, nx를 갱신해

Replies: 0 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Jinsun-Lee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant