Title |
User |
Message |
Date Posted |
Re: Test cases |
asdflkjh |
yeesss |
Apr 13, 2017 - 9:54:05 pm UTC |
Test cases |
fifiman |
Does the judge give the blank lines through raw_input? And does it give a blank line at the very end? |
Feb 18, 2014 - 9:32:42 pm UTC |
Re: Java detecting blank lines |
jargon |
This comment falls under the section in the commenting rules: if there's something you don't understand about your programming language... |
Jan 14, 2012 - 7:10:48 am UTC |
Java detecting blank lines |
Karthik |
Does anyone know how to detect a blank line in java because .equals("") doesn't seem to work? Thanks |
Jan 14, 2012 - 5:15:08 am UTC |
Re: One test case |
hansonw1 |
The judge doesn't care about blank lines. See the Help page for more info. |
Nov 29, 2008 - 8:15:08 pm UTC |
One test case |
jargon |
How do we handle just one case? Is there a blank line at the end? Or... |
Nov 29, 2008 - 8:10:15 pm UTC |
Re: Question!!! |
jargon |
First input T, the number of test cases to follow. Then, input a few lines. Each test case is separated by a blank line. e.g. if T were 2, it wouldn't be the dog chased the cat the cat chased the rat ... |
Nov 12, 2008 - 1:53:52 am UTC |