Title |
User |
Message |
Date Posted |
Re: help |
tomi_code |
Ok, its me again... sorry for bothering again. I've tried the cases you have mentioned. I think I'm getting the right output, though maybe the format is not good. Can you take a look at it? My Input:... |
Aug 09, 2015 - 8:30:57 am UTC |
Re: help |
tomi_code |
Okay, thank you for the help, first thing tomorrow i'll put more thought into the edge cases! Thanks again! |
Aug 08, 2015 - 10:17:24 pm UTC |
Re: help |
jargon |
When testing, it's often a good idea to try edge cases. What happens when the string is min (1) or max (80) length? |
Aug 08, 2015 - 9:24:18 pm UTC |
Re: help |
tomi_code |
My test input: 10 4 MISSPELL 1 PROGRAMMING ASDF 7 CONTEST ASDF ASDF 3 BALLOON 11 HELLO BELLO HOWDY 5 WHAT IS THE 6 MEAINNIG BLABLA 15 BATMAN SUPERMAN 12 WOLOLOL LOLO 13 GOOAL A B C D Output: 1 MISP... |
Aug 08, 2015 - 5:11:51 pm UTC |
Re: help |
jargon |
Read the question again. The only reason you're getting 90/100 instead of 20/100 is because the test data is a little weak :) Oops. Misread your code. Retracted. |
Aug 08, 2015 - 4:05:10 pm UTC |
help |
tomi_code |
Can someone check out my code please. I get 90/100 and right now I am at lost as to where the error might be. Thanks for any help. |
Aug 08, 2015 - 2:41:02 pm UTC |
Re: Help |
sigkill |
Try coming up with some of your own cases. In particular make one or two with longer strings and larger values of n. The issue will become clear. Also, see this link and read the Important Note: http... |
Dec 20, 2014 - 6:50:54 am UTC |
Help |
AlejandroLeRodriguez |
My code is returning correct outputs in the above cases and the submitted test case. However, it still says it is 60/100. |
Dec 20, 2014 - 3:59:03 am UTC |
Re: can someone please check my code? |
xiaowuc1 |
Each dataset consists of a single line of input containing M, a space, and a string made up of uppercase letters and spaces only. |
Jun 30, 2014 - 2:04:25 am UTC |
can someone please check my code? |
tonyshi1998 |
I'm not sure what's wrong |
Jun 30, 2014 - 1:16:11 am UTC |