Submit | All submissions | Best solutions | Back to list |
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.
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
|
||||||||||||||
2011-08-17 12:37:25 Jitesh
m getting an NZEC error......What's this???????? |
||||||||||||||
2011-06-02 14:27:45 Ch.Aditya
why my answer is wrong my answer id is 5184953 |
||||||||||||||
2011-04-23 15:40:49 Marcos Mistretta
is about even and odd is fun |
||||||||||||||
2011-04-19 05:27:08 albertg
What is the maximal value for n??? |
||||||||||||||
2011-03-03 13:45:42 __Pra
getting runtime error (SIGSEGV) any help???? please... |
||||||||||||||
2011-02-04 17:54:09 sayed khalaf sayed
why "wrong answer" and i have the same output?? any one can help me?? Last edit: 2011-02-04 23:11:14 |
||||||||||||||
2010-11-20 19:38:24 Husnun Nashir
just see the pattern number..then u will get a short-time solution around 0.01-0.03 Last edit: 2010-11-20 19:40:47 |
||||||||||||||
2010-11-20 03:30:35 M. Hilmil Muchtar A. P.
tsabbit : aq ae WA kq.......... |
||||||||||||||
2010-11-13 15:55:06 Tsabbit Aqdami
ada sesuatu yang kurang meski semua test case masukan bernilai benar..hmmm |
||||||||||||||
2010-10-12 20:45:28 Ankit Sablok
when i modified the code then it gives SIGSEV wts wrong wid the judge and wt are the number of test cases |