10000 chapter 13 dfs/bfs 문제 Q19 연산자 끼워 넣기 답안 수정이 필요합니다 (page 538). · Issue #209 · ndb796/python-for-coding-test · GitHub
[go: up one dir, main page]

Skip to content
chapter 13 dfs/bfs 문제 Q19 연산자 끼워 넣기 답안 수정이 필요합니다 (page 538). #209
Open
@anywheredoor

Description

@anywheredoor

min_value = 1e9
max_value = -1e9

에서

min_value = int(1e9)
max_value = int(-1e9)

로 수정해야 정답 판정을 받을 수 있습니다.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0