Replies: 1 comment
-
You're correct. Thank you for the clarification. We will update the readme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Suchan Park
The description asks us to..
So I understood I have to choose two distinct largest primes
p
andq
strictly smaller thanub
. (since, for example, 19 is not below 19)But it seems I have to generate two distinct largest primes
p
andq
smaller than or equal to (no larger than)ub
.If you get red verdict on Gradescope, try to change this. I thought I got red because my program is slow, but it seems the verdict is green if and only if outputs are all correct
Beta Was this translation helpful? Give feedback.
All reactions