Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(118page) 게임 개발 문제 C++ code 관련 문의드립니다. #185

Open
ImHyunJae opened this issue May 14, 2022 · 0 comments
Open

Comments

@ImHyunJae
Copy link

현재 개발 환경은 vscode, 컴파일러는 gcc 이용하여 학습중입니다.

118page "게임 개발" 문제에 대하여 나동빈님께서 업로드하신 C++ 코드를
실행해 봤습니다.
책에 나온 입력 값인
4 4
1 1 0
1 1 1 1
1 0 0 1
1 1 0 1
1 1 1 1
을 입력하면 정상적으로 3이 출력되나
4 4
1 1 0
1 1 1 1
1 0 0 0
1 1 1 0
1 1 1 0
으로 입력하면 프로그램이 종료가 되네요.
실행 시간이 길어져서 종료되는 것인가요?
제가 직접 푼 코드를 실행하면 5가 출력됩니다.
확인 부탁드립니다.

제 코드는
https://github.com/hyunjae88/CodingTest-cpp/blob/main/NDB/implement_4.cpp
저도 아직 제대로 리팩토링이나 검토는 되지 않았고
위 2가지 테스트 케이스만 확인한 상태입니다.

감사합니다.
책 잘보고 유튜브도 관심있는 분야는 잘 보고있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant