本地题面缓存已迁移,解析内容待补充。
OJ: noi_openjudge
题目 ID: english-22
难度:未知
标签:
日期: 2026-07-30 23:01
完整题面见同目录的 problem.md。
problem.md
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.
14 7 10
4 7 10
1-1 2
-1 2