Tagged Questions
-1
votes
1answer
156 views
Wrong Answer in interview street challenge
First of all a small clarification.I did got AC in this problem,but my better approach (which is mathematically equivalent,I assume to my AC solution) is getting a WA verdict
There is a problem in ...
4
votes
2answers
241 views
Finding the first number larger than N that is a relative prime to M
Basically, the title says everything. The numbers are not too big (the maximum for N is ~2/3 * max(long) and max M is max(long)), so I think even a simple solution that I currently have is sufficient. ...