6 kyu
Find the X from Equation
75Belia
Loading description...
Algorithms
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
A minor typo in the description:
we will not get number that can be divide[D] by 5
what!?
Approved
It wasn't clear (to me) that the RHS
1(mod n)
part factor would always be1
or not because it was 1 for all examples.always be 1
OK. but it should say that information in the Kata description, because I would implement my solution differently ha I known that.
Taking shortcut is good, but it's not mandated ;-)
The point is the Kata description does not say it is always 1 which means there are things about this equation format which are ambiguous.
Why are you resolving suggestions on behalf of an active author?
If I follow my understanding of these rules I get
But sample tests expect -1 instead of 4
Yep,sorry wrong calculation, ill fix it. If there more bugs,please tell me :3 Thanks for telling me.