ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1189. Pairs of Integers

if input=800,100168 what's then output?
Posted by gc007 2 Sep 2002 15:25
Re: if input=800,100168 what's then output?
input=800:
5
725 + 75 = 800
728 + 72 = 800
730 + 70 = 800
750 + 50 = 800
800 + 00 = 800

input=100168:
8
90584 + 9584 = 100168
91034 + 9134 = 100168
91059 + 9109 = 100168
91062 + 9106 = 100168
91064 + 9104 = 100168
91084 + 9084 = 100168
95084 + 5084 = 100168
100084 + 00084 = 100168

Good Luck!