Page 3 of 3
Re: 10992 - The Ghost of Programmers
Posted: Tue Jul 17, 2012 7:41 pm
by sumit saha shawon
thanks so much I have got AC
Re: 10992 - The Ghost of Programmers
Posted: Wed Apr 24, 2013 1:35 am
by ice_age
can any one plz help me.. i am getting continous wa..
help me plz..
http://paste.ubuntu.com/5596680/
Re: 10992 - The Ghost of Programmers
Posted: Thu Apr 25, 2013 12:40 am
by brianfry713
Print a blank line between two consecutive output. Don't print an extra blank line at the end.
Re: 10992 - The Ghost of Programmers
Posted: Mon Mar 10, 2014 2:20 pm
by uDebug
lord_burgos, mf,
Thanks for the great test cases!
Re: 10992 - The Ghost of Programmers
Posted: Sun Sep 07, 2014 10:37 pm
by lazy_coder
this is my code. why i get wa. pls help me....................
<code>
class Main {
public static void main(String args[]) {
Main myWork = new Main();
myWork.Begin();
}
void Begin() {
String input;
String[] name = {
"Tanvir Ahsan",
"Shahriar Manzoor",
"Adrian Kugel",
"Anton Maydell",
"Derek Kisman",
"Rezaul Alam Chowdhury",
"Jimmy Mardell",
"Monirul Hasan",
"K. M. Iftekhar"
};
Re: 10992 - The Ghost of Programmers
Posted: Mon Sep 08, 2014 9:01 pm
by brianfry713
Tanveer not Tanvir
Re: 10992 - The Ghost of Programmers
Posted: Mon Sep 08, 2014 11:39 pm
by lazy_coder
brianfry713 wrote:Tanveer not Tanvir
thanks