Title |
User |
Message |
Date Posted |
Re: What did i do wrong |
spencereir |
Does your program pass the sample inputs? From what I see, running it on sample input 2 should tell you your issue. |
Jan 05, 2016 - 11:32:16 pm UTC |
What did i do wrong |
43618418 |
I got 20/30 but after I checked my code I couldn't see what was wrong. Can someone tell me my problem? |
Jan 05, 2016 - 11:16:49 pm UTC |
Re: Input Confusing |
spencereir |
"The program should echo-print the input (that is, print it in the form in which it was read) and give a count of the number of times that the character appears in the sentence." Yes, you should prin... |
Dec 14, 2015 - 2:04:50 am UTC |
Input Confusing |
jialeyu |
In the Input format, it says to print out the number of times the character appears in the sentence, but in the sample inputs, it shows both the string and the amount of times...... Which are you supp... |
Dec 14, 2015 - 1:29:38 am UTC |
Re: Spaces |
bbi5291 |
1. Please (re)read the announcement about posting questions about Judge problems. 2. Use the nextLine() method |
Nov 17, 2011 - 3:01:02 am UTC |
Spaces |
HarshParikh |
If I leave a space in between each word in the input, it only includes the first word in the sentence. For example: Why so serious son. --it thinks that only "Why" is part of the sentence. How do ... |
Nov 17, 2011 - 2:49:26 am UTC |
Re: Help.. |
purohit3105 |
If character variable 'input' is in lower case then 'upcase(input)' will give you the upper case of the 'input.' Alternatively, you should learn about the ASCII chart. Google 'ASCII table'... But, the... |
Jun 27, 2009 - 1:27:28 am UTC |
Help.. |
WhiteComet |
How do you work out lower or upper case. Is there some kind of special function. (I am using Pascal). |
Jun 26, 2009 - 4:33:06 pm UTC |