当前位置: 代码迷 >> 综合 >> Indeterminate Equation(翻译)
  详细解决方案

Indeterminate Equation(翻译)

热度:64   发布时间:2023-12-04 22:52:57.0

http://noi.openjudge.cn/english/22/

描述

Given A, B and C. Find X and Y so that A times X plus B times Y equals to C.

输入

Three positive integer A, B, C (A, B, C <= 100).

输出

Two integers X and Y.

描述:

给定A,B和C。查找X和Y,使A乘以X加B乘C等于C。

输入:

三个正整数A,B,C(均小于等于100)

输出:

两个整数X和Y