Title |
User |
Message |
Date Posted |
Re: my program works fine when I test it... |
magicalsoup |
That is not the issue, that is just warnings from the complier, but when give you any errors, the real error is from java.util.NoSuchElement Exception |
Mar 16, 2019 - 11:14:29 pm UTC |
my program works fine when I test it... |
WingCCCW19 |
My program worked on my IDE but the Judge won't accept it. It simply gives me a Note: ccc98s1.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. What does ... |
Mar 15, 2019 - 5:16:57 pm UTC |
Re: hints...? |
jargon |
Think carefully about the order in which you're incrementing and censoring. |
Sep 29, 2016 - 4:44:56 am UTC |
... |
Hisownmother |
|
Sep 28, 2016 - 10:36:39 pm UTC |
Re: How can I determine that a line is over? |
Butane |
Getline reads until the newline character, so it will automatically only read one line. You are actually reading line by line, its just that the judge clips output so you can't see all of your output.... |
Jan 11, 2016 - 2:24:54 am UTC |
How can I determine that a line is over? |
xXxP0t4t0MStRxXx |
How can I determine that a line is over? The sample case worked with my code, but for the actual test case, I am getting all of the lines with just one getline. |
Jan 10, 2016 - 11:10:26 pm UTC |
Re: Running time |
Ajna |
And thanks for your kind words too, fifiman; a more thorough answer to how I manage my challenges here on wcipeg is right below Alex's comment :). |
Nov 19, 2014 - 1:02:54 pm UTC |
Re: Running time |
Ajna |
Ops, I expected some kind of notification and missed this one: you may be right that my time is best spent elsewhere, though seeing that my slick algos are performing slower than some simple brute for... |
Nov 19, 2014 - 1:01:21 pm UTC |
Re: Running time |
Alex |
Certain languages (namely C, C++, and Pascal) are inherently very fast - much faster than Python, Ruby, Java, and the like. There is nothing you can do about this. Most problems are built so that all ... |
Nov 11, 2014 - 10:18:15 pm UTC |
Re: Running time |
fifiman |
Everyone who has those runtimes have written the code in either c++ or pascal. Both languages are much faster than python. Learn to ignore what the best solutions part says and focus on your own code.... |
Nov 11, 2014 - 10:15:02 pm UTC |