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

p.339 Q15) 특정 거리의 도시 찾기 문제 백준 오류 #201

Open
Tony0205 opened this issue Mar 6, 2023 · 2 comments
Open

p.339 Q15) 특정 거리의 도시 찾기 문제 백준 오류 #201

Tony0205 opened this issue Mar 6, 2023 · 2 comments

Comments

@Tony0205
Copy link

Tony0205 commented Mar 6, 2023

해당 문제 답안 코드 그대로 제출해도 시간초과가 발생합니다.

아마 백준에 데이터가 추가되면서 이러한 문제가 발생하는 것 같은데, 확인 부탁드립니다 :) @ndb796

백준 문제: https://www.acmicpc.net/problem/18352

@Tony0205
Copy link
Author

Tony0205 commented Mar 6, 2023

제출해도 실패가 나는 사진 첨부합니다!
스크린샷 2023-03-06 오후 9 36 26

@tony9402
Copy link

tony9402 commented Mar 6, 2023

Pypy3로 제출하면 통과되실겁니다. 파이썬으로 문제를 풀 때 Python 3으로는 통과가 안되고 Pypy 3로 통과되는 경우가 있습니다. (또는 그 반대)

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

2 participants