Some of my AC solutions don't pass this test: 3 9999 10000 1 A -9990 9999 999 B -10000 9999 1000 C 1 9999 10000 -10000 9998 Right answer: Power on. CELL_ID:A, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:C, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Edited by author 05.11.2014 21:55 Edited by author 05.11.2014 21:56 Add this test too. AC code don't pass it. 3 -10000 9999 1000 A 9999 9999 1000 B -9999 9999 1000 C 1 -10000 9998 9999 10000 Right answer: Power on. CELL_ID:A, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:C, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:B, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET up up up up up up Nice tests! Suppose, if they (and their modifications) are added, many authors will lose AC (because long double accuracy not enough to pass these tests). Also it is quite difficult to implement long arithmetic solution here and pass the TimeLimit. The task will be Hard* instead of Hard. Edited by author 12.10.2024 21:14 Edited by author 12.10.2024 21:15 My issue was in EPS. When I changed it from 1e-5 to 1e-8 I got AC. Good luck! is there something invalid in test cases?? You will not solve this problem ((( Edited by author 05.12.2014 13:37 Edited by author 05.12.2014 13:37 I have TLE#20 in Visual C# 2010, time 0.187 (5559712) But I have AC in Visual C++ 2010, time 0.218 (5559697) with the same algorithm... Edited by author 13.03.2014 14:22 Thanks for rejudge! Now I have AC in C#, too 7 0 0 15 A_Small 0 250 20 Big 300 90 3 tB 310 90 2 tA 320 90 1 tC 290 90 2 tA2 280 90 1 tC2 1 1999 90 -100 90 Right answer: Power on. CELL_ID:Big, SIGNAL_LEVEL:RED Cell changed. CELL_ID:tA, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:tA2, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:A_Small, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE It seems like that you should choice the strongest signal at anytime when the signal becomes red. giving the following test. test 1: intput: 2 0 10 1 A 15 10 1 B 3 0 10 5 10 5 10 5 30 5 30 0 10 output: Power on. CELL_ID:A, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Edited by author 05.11.2010 15:25 Edited by author 05.11.2010 15:26 Edited by author 05.11.2010 15:26 test 2 input: 2 0 10 1 A 30 10 1 B 3 0 10 20 10 20 10 20 40 20 40 0 10 the output is the same as above! Edited by author 05.11.2010 15:32 test 3 input: 2 0 10 1 A 30 10 1 B 3 0 10 21 10 21 10 21 40 21 40 0 10 output Power on. CELL_ID:A, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:B, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:A, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Edited by author 05.11.2010 15:58 test 4 input: 5 -10 -10 1 A -10 10 1 B 10 -10 1 C 10 10 1 D 0 0 2 E 4 -20 10 20 10 20 10 -20 -10 -20 -10 20 -10 20 -10 -20 10 output: Power on. CELL_ID:B, SIGNAL_LEVEL:RED Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:D SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:A SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:C SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:B SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED test 5 input: 5 -10 -10 1 A -10 10 1 B 10 -10 1 C 10 10 1 D 0 0 1 E 4 -20 10 20 10 20 10 -20 -10 -20 -10 20 -10 20 -10 -20 10 output: Power on. CELL_ID:A, SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:C SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:E SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:D SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Hi. I'm not sure, but this test (#2) looks invalid, because: "Also, we assume that at the points where the segments join, Shpuntik's phone never changed cells and that for each of the stations the curves of change of the signal's level do not pass through these points. And he never went at a tangent to that curves." The point 20 10 looks like Orange-Red bound of station B. Could somebody please clarify this point? Edited by author 16.03.2012 07:02 can anybody give me another sample?what is the mean of "Output limit exceeded"? If there're two stations that would give the signal as VIOLET, but one is stronger. 1. we choose the stronger. 2. we choose the one according to their names. which one is right? anyway, i got wa on 4 on both of the meanings. Edited by author 01.11.2005 21:21 If the segment which our hero goes just tangentalled to the curves of change of the current signal's level, should I output twice "Signal Changed...."? The condition is the same as above, if he just touches the curve of ORANGE, should I output: Cell changed. CELL_ID:...., SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED ? Edited by author 01.11.2005 21:21 if we change the sample input to: 5 5 -20 -20 -20 -20 5 5 then we have: Power on. CELL_ID:Znaika, SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:Romashka, SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED // HERE, should I output the following line? // I think we don't need, but by the description, we should... Cell changed. CELL_ID:Romashka, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE If when the mobile turns on, it gets RED even to the closest station. Should I output: Power on. CELL_ID:......, SIGNAL_LEVEL:RED ? or i should do something else? Why there is zero-lenght line segment in 4-th test? 1st question: no comments, as know. Reread a problem. 2nd question: no comments. Reread a problem. 3rd question: i think it isn't print, because we haven't event "signal lost" and may still assume what cell is same 4th question: no comments. Reread a problem. ... My 6th question: should i use ( char * ) instead off ( unsigned char * ) or vise versa for names? I disagree with you, Fly. Question 1 - indeed, seems like we should choose the stronger signal, not the best color, but indicator is only able to distinguish between colors, not strengths, so it's a bit unclear. The answer to question 2 depends on what happends if distance is equal to critical. Take a look: 1. "If the distance between the phone and a base station is less then a certain value, then the signal is ideal" 2. "If the phone is moved away from a base station further than the threshold distance, then the indicator goes indigo, then blue, green, and so on" 3. "Rc is its threshold distance within which the station's signal is shown by the violet color of the indicator" These three statements can't be resolved clearly, IMHO. "within" means <=, while "less" means <. As for question 4, it isn't really clear, because "The phone stays connected to the same station until its signal goes red; then it switches to the search mode and tries to select a new station", so we can't tell whether the phone is in search mode from the very beginning or no. Although this doesn't seem to affect our output, behaviour is poorly described for this problem. Questio #1. I don't know. I tried both and got WA#8. Question #2. "If the distance between the phone and a base station is less then a certain value, then the signal is ideal".I think its right. "within which" means such as "inside which". Question #4. "When the phone is being turned on, it selects a station with the strongest signal. If there are several such stations, then the station with the minimal (with respect to the lexicographic order) name of the cell is selected among them." Color isn't take to account. Edited by author 26.11.2005 20:12 Question #2. <= get WA #6 < get WA #8 I agree to *answers* to your questions, but I disagree with reasons. Indeed, your answers are correct and I got them as well by experimenting. What I claim to be wrong is uncertainty in problem statement; such details should be pointed out. It probably can be extrapolated from this phrase "Violet corresponds to the strongest signal". But then it turns out that the 1st picked station can be violet only (also _strongest_ signal), and if there is no violet station nearby, it's undefined behavior :D There's the line: "Also, we assume that at the points where the segments join, Shpuntik's phone never changed cells and that for each of the stations the curves of change of the signal's level do not pass through these points." in description. I got wa on 4. And after putting this line to judge whether it suffers the condition above: if (case_is_wrong) then DIE I got RE on 3. I think at least case 3 is wrong, or the description is wrong! Edited by author 01.11.2005 14:46 If I am not mistaken, base station selection is made ONLY when power indicator shows RED. Otherwise we stay connected to currently selected base station (until power indicator gets RED) even if there is another one with stronger signal. i means, while changing channel, which one should be chosen: if there are two stations providing very strong signal, but the SAME COLOR. i should choose the closer one or according to their names. in other words, i should choose according to the DISTANCE, or the COLOR of stations? Using debug submits i found that in test #7 there are situation where the phone selects most powerful station being on the signal change curve. I fixed this situation but now i'm getting OLE on test 7? What does it mean? I don't output infinite amount of data. I think there is some bug in test #7. Because in the statement (at least in english version) is said, that Shpuntik never went by tangent of signal changing curves. So i didn't care about touching case. But when i got several WA's and OLE's on test 7 i made my program not consider touch as intersection. And got AC. 4 -20 0 2 C +20 0 2 D -9 0 1 A +9 0 1 B 2 -1000 0 1000 0 1000 0 -1000 0 Edited by author 13.06.2007 04:05 Edited by author 26.12.2006 14:12 please give me some test or hint. Edited by author 26.12.2006 14:13 input1 1 10 10 2 Znaika 2 5 5 -5 -5 -5 -5 5 5 output1 Power on. CELL_ID:Znaika, SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:Znaika, SIGNAL_LEVEL:ORANGE{нужна ли эта строчка?} Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN input2 4 0 0 1 Romashka 0 10 1 Lutik 10 10 1 Znaika 10 0 1 Children 2 5 5 -5 15 -5 -5 5 5 output2 Power on. CELL_ID:Children, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:Lutik, SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE input3 2 0 0 1 A 100 0 1 B 1 55 0 60 0 output3 Power on. CELL_ID:B, SIGNAL_LEVEL:RED there outputs is correct, aren't they? Edited by author 26.12.2006 16:30 Test 1 from above Answer: Power on. CELL_ID:Znaika, SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Test 2 from above is incorrect Test 3 from above Answer: Power on. CELL_ID:B, SIGNAL_LEVEL:RED Test 4: 4 0 0 1 Romashka 0 10 1 Lutik 10 10 1 Znaika 10 0 1 Children 2 5 5 -5 -5 -5 -5 5 5 Answer: Power on. CELL_ID:Children, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:Romashka, SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Test 5: 4 0 0 1 Romashka 0 10 1 Lutik 10 10 1 Znaika 10 0 1 Children 2 5 5 -5 15 -5 15 5 5 Answer: Power on. CELL_ID:Children, SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:RED Cell changed. CELL_ID:Lutik, SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:VIOLET Signal changed. SIGNAL_LEVEL:INDIGO Signal changed. SIGNAL_LEVEL:BLUE Signal changed. SIGNAL_LEVEL:GREEN Signal changed. SIGNAL_LEVEL:YELLOW Signal changed. SIGNAL_LEVEL:ORANGE const color:array[-6..0]of string=('RED','ORANGE','YELLOW','GREEN','BLUE','INDIGO','VIOLET'); sig - power of signal(from -6 to 0) cell - number of cell(на которую мы переходим) er - number of cell(с которой мы переходим) {здесь я рассматриваю случай когда цветовой индикатор красный} from my program: ... if (sig<>-6) then begin if cell<>er then writeln('Cell changed. CELL_ID:',name[cell],', SIGNAL_LEVEL:',color[sig]) else writeln('Signal changed. SIGNAL_LEVEL:',color[sig]); end ... I have OLE#3 ... if (sig<>-6)and(cell<>er) then begin writeln('Cell changed. CELL_ID:',name[cell],', SIGNAL_LEVEL:',color[sig]) end ... I have WA#3 Please help me. Edited by author 26.12.2006 18:20 I have WA#3 now. Please give some hint about Test#3. I have WA#3 now. Ilya please give some hint about Test#3. Mail me to IGrebnov[]goal[]ru. I think that input 3 is wrong, level of signal is negative (when it Power on there are no signal here). I am not ACed but im shure it wrong. Am I right? I got AC in 0.078s 424 КБ Edited by author 29.12.2006 01:36 I don't understand. I have WA3 if I use normal the lexicographic order, but I have WA6 if I use the invert the lexicographic order. Normal: Invert: a d b c c b d a I don't understand this. Use normal. And check your code :) I got Accepted without sorting the stations lexicographically! Such a silly thing... I've added new tests. Now you get WA without sorting. If the signal is just turning red, and at the same time, another signal from for example indigo->blue I should write: colorchanged, RED stationchanged, INDIGO colorchanged, BLUE or directly colorchanged, RED stationchanged, BLUE ? I think, the last variant is right. Because when you disconnect from the station, distance from another station (where you connect) becomes EQUAL to BLUE_DISTANCE, and INDIGO is when this distance is LESS. There are no such tests If the signal is just turning red, then the distance to the closest signal change curve of the most powerful station is at least 10e-4*R, where R is the threshold distance of this station. Why did my program get the wrong answer to the 1-st test??? I use compiler Visual C ++ 6.0 and my program passes the test-sample... Edited by author 26.05.2006 11:22 Maybe, simple mistake in writing the names of the colours or '.' instead of ','? I had such a mistake :) I have compared result returned by my program and the answer-sample and have not found differences... My mistake consisted in accuracy of calculations. And now i got wa3... Edited by author 26.05.2006 13:10 See statements for changes. Tests are correct now. Thanks to Ilya Grebnov for great help! Thanks to Ilya Grebnov! :) Are the tests before the 8-th the same as they were or they all are new? Because whyever now I have WA3 instead of WA8... YES, the order of tests is same. But I made small changes in some tests to satisfy problem description. And have you corrected the 3rd test? ;) YES, And now this test more complicated. Edited by author 25.05.2006 17:33 |
|