Problem hidden
|This problem was hidden by Editorial Board member probably because it has incorrect language|version or invalid test data, or description of the problem is not clear.|

RGB7927 - Mirrors

Farmer John's cows have been causing too much trouble around the farm, and FJ therefore wants to keep a more watchful eye on them. By installing N reflective fences (1 <= N <= 200) at various locations on the farm, he hopes to be able to see from his house at location (0,0) to the barn at location (a,b). On a 2D map of FJ's farm, fence i appears as a short line segment centered at integer location (x_i, y_i) and tilted 45 degrees (either like '/' or like '\'). For example, a fence oriented like '/' at position (3,5) could be described as a line segment from (2.9,4.9) to (3.1,5.1). Each fence (and also the location of the barn) lies at a different position with integer coordinates in the range -1,000,000...1,000,000. No fence lies at (0,0) or (a,b). FJ plans to sit at his house at position (0,0) and look directly to the right (in the +x direction). With his gaze bouncing off some of the reflective fences on his farm, he hopes to be able to see the point (a,b). Unfortunately, FJ thinks he oriented one of his fences incorrectly (e.g., '\' instead of '/'). Please output the index of the first fence in FJ's list such that by toggling its direction (between '/' and '\' or vice versa), FJ will be able to see the point (a,b). If FJ can already see the point (a,b) without toggling any fence, please output 0. If it is still impossible for him to see (a,b) even after toggling up to a single fence, output -1.

Input

Input description...

Output

Output description...

Example

Input:
etc.

Output:
etc.

Нэмсэн:Bataa
Огноо:2013-12-20
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE
Эх сурвалж:USACO 2013 January Contest, Bronze

hide comments
2020-03-20 05:54:25
energy yaj bodchivoooo
2020-01-13 07:10:58
#include<iostream>
using namespace std;
int main()
{
char n;
cin>>n;
cout<<n;
return 0;
}
2019-12-23 04:22:05
Фермер Жонны үнээ фермийн эргэн тойронд хэт их асуудал үүсгэж байгаа тул FJ нь тэднийг илүү анхааралтай ажиглахыг хүсч байна. Фермийн янз бүрийн байршилд N цацруулагч хашаа (1 <= N <= 200) суулгаснаар тэрээр байшингаас (0,0) байрлалтай саравчинд (a, b) байрлалтай харах боломжтой болно гэж найдаж байна. FJ-ийн фермийн 2D газрын зураг дээр хашаа нь бүхэл тоон байрлалд (x_i, y_i) төвлөрсөн ба 45 градусын ('/' эсвэл '\' гэх мэт) төвлөрсөн богино шугамаар гарч ирдэг. Жишээлбэл, '/' (3,5) байрлалтай хашааг (2.9,4.9) -аас (3.1.5.1) хоорондох шугамын сегмент гэж тодорхойлж болно. Хашаа бүр (мөн саравчны байршил) нь өөр байрлалд байрладаг бөгөөд бүхэл тоо нь -1,000,000 ... 1,000,000 хооронд байна. (0,0) эсвэл (a, b) хэмжээтэй хашаа байдаггүй. FJ түүний байшинд байрлалдаа (0,0) сууж, шууд баруун тийш (+ х чиглэлд) харагдахаар төлөвлөж байна. Түүний харцаар ферм дээрх цацруулагч хашаагаа нураагаад тэр (a, b) цэгийг харж чадна гэж найдаж байна. Харамсалтай нь, FJ нь түүний хашааныхаа нэгийг буруу чиглүүлсэн гэж боддог (жишээ нь '/' биш '\'). FJ-ийн жагсаалтад эхний хашааны индексийг гаргана уу ('/' ба '\' эсвэл эсрэгээр), FJ цэг нь (a, b) харах боломжтой болно. Хэрэв FJ нь хашаа шилжүүлэхгүйгээр (a, b) цэгийг аль хэдийн харж чадвал 0 гарна уу. Хэрэв ганц хашаа хүртэл залгаад, гаралт -1 хүртэл харах боломжгүй бол.
2019-12-11 07:46:51
wdfedew

Last edit: 2019-12-11 07:49:35
2018-12-21 15:22:58
YXpsHj9GtE6u5jt
2018-10-19 16:04:59
X8423-X8423-X8423-X8423-X8X82
2018-10-19 16:03:53
0x80041023
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.