10992 - The Ghost of Programmers
Moderator: Board moderators
-
- New poster
- Posts: 19
- Joined: Tue Jun 26, 2012 9:19 pm
Re: 10992 - The Ghost of Programmers
thanks so much I have got AC
Re: 10992 - The Ghost of Programmers
can any one plz help me.. i am getting continous wa..
help me plz..
http://paste.ubuntu.com/5596680/
help me plz..

http://paste.ubuntu.com/5596680/
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 10992 - The Ghost of Programmers
Print a blank line between two consecutive output. Don't print an extra blank line at the end.
Check input and AC output for thousands of problems on uDebug!
-
- New poster
- Posts: 2
- Joined: Sun Sep 07, 2014 10:12 pm
Re: 10992 - The Ghost of Programmers
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"
};
<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"
};
Last edited by lazy_coder on Mon Sep 08, 2014 11:39 pm, edited 1 time in total.
-
- Guru
- Posts: 5947
- Joined: Thu Sep 01, 2011 9:09 am
- Location: San Jose, CA, USA
Re: 10992 - The Ghost of Programmers
Tanveer not Tanvir
Check input and AC output for thousands of problems on uDebug!
-
- New poster
- Posts: 2
- Joined: Sun Sep 07, 2014 10:12 pm
Re: 10992 - The Ghost of Programmers
thanksbrianfry713 wrote:Tanveer not Tanvir