当前位置:网站首页>D22:indeterminate equation (indefinite equation, translation + problem solution)
D22:indeterminate equation (indefinite equation, translation + problem solution)
2022-07-06 01:34:00 【Aggressive Wenwen】
The original title is :OpenJudge - 22:Indeterminate Equation
translate :
describe : Given A,B and C. seek X and Y, send A ride X Add B ride Y be equal to C.
Input : Three not greater than 100 The positive integer A,B,C;
Output : Two integers X and Y.
Code : There is something wrong with this question .. Because there is only one set of samples , And there are other equal cases , such as 4*(-99)+7*58=10,4*(-8)+7*6=10 etc. , So it's better to output directly "-1 2"...
#include<iostream>
using namespace std;
int main()
{
int a,b,c,f=1;
int i,j;
cin>>a>>b>>c;
for(i=-5;i<101&&f;i++)
for(j=-5;j<101&&f;j++)
if(a*i+b*j==c){
cout<<i<<" "<<j<<endl;
f=0;
}
return 0;
}边栏推荐
- 一圖看懂!為什麼學校教了你Coding但還是不會的原因...
- 安装Redis
- Unreal browser plug-in
- Basic process and testing idea of interface automation
- VMware Tools installation error: unable to automatically install vsock driver
- Electrical data | IEEE118 (including wind and solar energy)
- 【Flask】响应、session与Message Flashing
- Recommended areas - ways to explore users' future interests
- Yii console method call, Yii console scheduled task
- Luo Gu P1170 Bugs Bunny and Hunter
猜你喜欢

Docker compose configures MySQL and realizes remote connection

Basic operations of databases and tables ----- default constraints

Poj2315 football games

Alibaba canal usage details (pit draining version)_ MySQL and ES data synchronization

ORA-00030

【Flask】官方教程(Tutorial)-part2:蓝图-视图、模板、静态文件

VMware Tools安装报错:无法自动安装VSock驱动程序

Mathematical modeling learning from scratch (2): Tools

Redis-列表

037 PHP login, registration, message, personal Center Design
随机推荐
ClickOnce 不支持请求执行级别“requireAdministrator”
[flask] official tutorial -part1: project layout, application settings, definition and database access
国家级非遗传承人高清旺《四大美人》皮影数字藏品惊艳亮相!
【SSRF-01】服务器端请求伪造漏洞原理及利用实例
3D视觉——4.手势识别(Gesture Recognition)入门——使用MediaPipe含单帧(Singel Frame)和实时视频(Real-Time Video)
Redis-字符串类型
XSS learning XSS lab problem solution
About error 2003 (HY000): can't connect to MySQL server on 'localhost' (10061)
Leetcode 剑指 Offer 59 - II. 队列的最大值
黄金价格走势k线图如何看?
Ordinary people end up in Global trade, and a new round of structural opportunities emerge
【全网最全】 |MySQL EXPLAIN 完全解读
[network attack and defense training exercises]
网易智企逆势进场,游戏工业化有了新可能
一圖看懂!為什麼學校教了你Coding但還是不會的原因...
01.Go语言介绍
037 PHP login, registration, message, personal Center Design
Yii console method call, Yii console scheduled task
Cadre du Paddle: aperçu du paddlelnp [bibliothèque de développement pour le traitement du langage naturel des rames volantes]
Huawei converged VLAN principle and configuration