版本1和4间的区别 (跳过第3版)
于2006-03-11 16:04:22修订的的版本1
大小: 1255
编辑: czk
备注:
于2006-03-11 16:07:48修订的的版本4
大小: 1354
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
Bee Maja
 Time limit: 1 Seconds Memory limit: 32768K
= Bee Maja =

Time limit: 1 Seconds

Memory limit: 32768K
行号 5: 行号 8:
 But bee Maja has a problem. Willi told her where she can meet him, but because Willi is a male drone and Maja is a female worker they have different coordinate systems.
 Maja's Coordinate System
   Maja who often flies directly to a special honey comb has laid an advanced two dimensional grid over the whole hive.

But bee Maja has a problem. Willi told her where she can meet him, but because Willi is a male drone and Maja is a female worker they have different coordinate systems.

Maja's Coordinate System

attachment:1954-1.gif

Maja who often flies directly to a special honey comb has laid an advanced two dimensional grid over the whole hive.
行号 11: 行号 18:
   Willi who is more lazy and often walks around just numbered the cells clockwise starting from 1 in the middle of the hive.
 Help Maja to convert Willi's system to hers. Write a program which for a given honey comb number gives the coordinates in Maja's system.
 Input
 The input contains one or more integers which represent Willi's numbers. Each number stands on its own in a separate line, directly followed by a newline. The honey comb numbers are all less than 100 000.
行号 17: 行号 19:
Output
 You should output the corresponding Maja coordinates to Willi's numbers, each coordinate pair on a separate line.
attachment:1954-2.gif
行号 20: 行号 21:
Sample Input
 1
 2
 3
 4
 5
Willi who is more lazy and often walks around just numbered the cells clockwise starting from 1 in the middle of the hive.
行号 27: 行号 23:
Sample Output
 0 0
 0 1
 -1 1
 -1 0
 0 -1
Help Maja to convert Willi's system to hers. Write a program which for a given honey comb number gives the coordinates in Maja's system.

== Input ==
The input contains one or more integers which represent Willi's numbers. Each number stands on its own in a separate line, directly followed by a newline. The honey comb numbers are all less than 100 000.

== Output ==
You should output the corresponding Maja coordinates to Willi's numbers, each coordinate pair on a separate line.

== Sample Input ==
{{{
1
2
3
4
5
}}}
== Sample Output ==
{{{
0 0
0 1
-1 1
-1 0
0 -1
}}}

------

Bee Maja

Time limit: 1 Seconds

Memory limit: 32768K

Maja is a bee. She lives in a bee hive with thousands of other bees. This bee hive consists of many hexagonal honey combs where the honey is stored in.

But bee Maja has a problem. Willi told her where she can meet him, but because Willi is a male drone and Maja is a female worker they have different coordinate systems.

Maja's Coordinate System

attachment:1954-1.gif

Maja who often flies directly to a special honey comb has laid an advanced two dimensional grid over the whole hive.

Willi's Coordinate System

attachment:1954-2.gif

Willi who is more lazy and often walks around just numbered the cells clockwise starting from 1 in the middle of the hive.

Help Maja to convert Willi's system to hers. Write a program which for a given honey comb number gives the coordinates in Maja's system.

1. Input

The input contains one or more integers which represent Willi's numbers. Each number stands on its own in a separate line, directly followed by a newline. The honey comb numbers are all less than 100 000.

2. Output

You should output the corresponding Maja coordinates to Willi's numbers, each coordinate pair on a separate line.

3. Sample Input

1
2
3
4
5

4. Sample Output

0 0
0 1
-1 1
-1 0
0 -1


zju1954 (2008-06-01 13:25:35由czk编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.