Skip to content
Discussion options

You must be logged in to vote

설명을 다음과 같이 정정하겠습니다.

Note that we limit the maximum of the input to 2^32 - 1, i.e., p, q < 2³².

따라서 p*q에서 오버플로우가 발생하는 일은 없다고 생각해주시면 되겠습니다.


Let's revise the description as follows

Note that we limit the maximum of the input to 2^32 - 1, i.e., p, q < 2³².

Thus, overflow never happens with p*q.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Engineer-HaMa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants