When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

Harshu2608's blog

By Harshu2608, history, 4 years ago, In English

linear diophantine equation: ax+by=c where a,b,c are given and range of x and y are given. 1.)how to find the number of integral solution between the range? 2.)find x and y for which x+y is minimum

  • Vote: I like it
  • -2
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Cant, you just google. There is an article on it which explains the above questions here