NSTEPS - Number Steps

Starting from point (0,0) on a plane, we have written all non-negative integers 0, 1, 2, ... as shown in the figure. For example, 1, 2, and 3 has been written at points (1,1), (2,0), and (3, 1) respectively and this pattern has continued.

 

Illustration

 

You are to write a program that reads the coordinates of a point (x, y), and writes the number (if any) that has been written at that point. (x, y) coordinates in the input are in the range 0...10000.

Input

The first line of the input is N, the number of test cases for this problem. In each of the N following lines, there is x, and y representing the coordinates (x, y) of a point.

Output

For each point in the input, write the number written at that point or write No Number if there is none.

Example

Input:
3
4 2
6 6
3 4

Output:
6
12
No Number

Added by:Camilo Andrés Varela León
Date:2006-11-25
Time limit:1.159s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: ERL JS-RHINO NODEJS PERL6 VB.NET
Resource:Asia - Tehran 2000

hide comments
2012-05-21 19:38:40 Mr.[T]
running rite in ideone but WA pls help problem id-7020369

Last edit: 2012-05-21 19:48:39
2012-05-16 18:57:58 ananyadiwas
for the first attempt got accepted..
one of the easiest program
2012-05-12 04:18:32 Archana Anand
one of the easiest code in spoj!!
2012-04-07 08:19:16 Sarwesh Shah
wrote the code and ran it on ideone.com
it ran successfully
dont know wat is the problem....
showing WRONG ANSWER to me

Last edit: 2012-04-07 08:20:35
2012-03-07 13:05:27 amit kumar
just cncntrte on two lines.........
realy nice.........
2012-02-12 12:17:58 CegRahul
got AC in first attempt :P
2012-02-01 04:11:15 rifky alif
@Santiago : i've already add return 0 in my code, thanks. but, now i got a wrong answer eventhough i'm sure that my answer is right :D
2012-01-11 21:45:34 Santiago Palacio
@rifky alif: Remember to put return 0 at the end of the main function, i think that could be your problem.
2012-01-11 03:54:03 rifky alif
i'm getting an NZEC error......What's this? Can someone explain it to me?
2012-01-08 14:25:19 Ranker
Easy one!!

Last edit: 2012-12-28 19:24:24
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.