---------------------------------------- 1382888822 System General on { why do I keep getting a compilation error for a file that compiles? } { Please ensure your main class has no non-alphanumeric characters. It is an unfortunate limitation of the current system } ---------------------------------------- 1382893853 uwo1 B - Booking on { What is the maximum cleaning time? } { the problem statement is sufficient } ---------------------------------------- 1382895013 umich1 D - Kastenlauf on { If the distance is 1050, would it be happy? } { i don't believe so } ---------------------------------------- 1382897162 waterloo2 D - Kastenlauf on { If the distance is 1049, would it be happy? } { i don't believe so } ---------------------------------------- 1382899432 gatech1 B - Booking on { Are there multiple bookings with the same reservation code in the input? And should we ignore all but the first one? } { I believe they are unique } ---------------------------------------- 1382899476 gatech2 A - Boggle on { Will a dictionary contain same word multiple times? } { i doubt it, but it shouldn't affect the problem } ---------------------------------------- 1382900435 duke4 J - Timing on { Is it guaranteed that no two links will have the same source and target nodes? } { no } ---------------------------------------- 1382901565 umd0 F - Peg Solitaire on { By "All boards have the same shape" you mean all are 5 * 9 like input? If not what is the maximum length of each line? } { they are all 9x5 } ---------------------------------------- 1382902778 toronto0 General on { What g++ version does the judge use? } { [admin@icpc duke4]$ g++ --version g++ (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5) Copyright (C) 2012 Free Software Foundation, Inc. g++ -std=c++11 -O2 -lm } ---------------------------------------- 1382903446 Judge E - No Trees But Flowers on { why did i just get a bunch of submissions errors? } { do not submit multiple submissions to the same problem trying to coax your solution into correctness. If you're riding the borderline between accuracy and time-limit, your algorithm is not good enough and you're just clogging up the judge queue for minutes at a time } ---------------------------------------- 1382904573 umd2 J - Timing on { Will there ever be a line in the input for a link connecting a node to itself? If so, how should it be handled? Will there every be multiple lines in the input connecting two nodes? If so, how should they be combined? Will the sum of all of the links going out from one node ever exceed 1? If so, how should this be handled? } { 1)no 2)this was already asked, i doubt there are, but it is trivial to deal with, so since I don't know for sure, you should probably just handle it by adding them together 3)i doubt it...i don't think the armies are reproducing at the same time that they are busy being armies } ---------------------------------------- 1382908747 cmu1 General { WHy I got the compile error on h. I think there are no non-alphanumeric characters. can you print the error information } ---------------------------------------- 1382909104 cmu1 H - The King of the North on { can you print the error information for the h, I don't know I always get compile error } { PC_05.cc: In function ‘void __insert(int, int, int)’: PC_05.cc:30:5: error: reference to ‘next’ is ambiguous PC_05.cc:20:22: error: candidates are: int next [7000000] } ---------------------------------------- 1382909384 cmu1 General on { Hi. Why is our code got compilation error? We test it on our OJ (also written by Sonny Chan), and it passes. } { the compiler information is listed in a clarification. }