hey i knowed the answer for the question 1 ,2,3
case 9 will generate 100 in the input
100 always will be there if not will generated
000 make the output++ ... dont do any comand
the inputs here give me correct answer but when i subment it is give me WA WA WA ... i think some thing with getting ...
Search found 6 matches
- Fri Sep 11, 2009 5:48 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39833
- Wed Sep 09, 2009 8:41 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10033 - Interpreter
- Replies: 88
- Views: 39833
Re: 10033 - Interpreter
hey every body here ... hope you help me here
I found the following input and output here and i have 3 questions:
input:
221
422
425
000
311
712
712
913
031
output:
10
the 3 questions:
1- the command (913) what is the value of R1???
>>> my sol: go to add in r3 that means 0 in zero there ...
I found the following input and output here and i have 3 questions:
input:
221
422
425
000
311
712
712
913
031
output:
10
the 3 questions:
1- the command (913) what is the value of R1???
>>> my sol: go to add in r3 that means 0 in zero there ...
- Sat Sep 05, 2009 2:49 am
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 78021
Re: 10267 - Graphical Editor
i solved ... thaks god ... thaks for you i read instuctions here in other post ... it was helpful
this is my code in java ... hope it is help you
import java.util.LinkedList;
import java.util.Scanner;
/**
*
* @author bjaguar
*/
public class Main {
/*
.......
...n...
..nRn..
...n ...
this is my code in java ... hope it is help you
import java.util.LinkedList;
import java.util.Scanner;
/**
*
* @author bjaguar
*/
public class Main {
/*
.......
...n...
..nRn..
...n ...
- Sat Sep 05, 2009 2:20 am
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 78021
Re: 10267 - Graphical Editor
ok ok i know my wrongs in the code
one about checking neighbors and one when reading input
if there is another errors i will tell u
one about checking neighbors and one when reading input
if there is another errors i will tell u
- Fri Sep 04, 2009 11:56 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 78021
Re: 10267 - Graphical Editor
about the region for x ,y << see the *
it is like this:
1*3
*5*
7*9
or like this:
***
*5*
***
it is like this:
1*3
*5*
7*9
or like this:
***
*5*
***
- Fri Sep 04, 2009 10:01 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10267 - Graphical Editor
- Replies: 190
- Views: 78021
10267 - Graphical Editor
hey every body,
i am trying to solve graphic editor by java, i made every thing as instructions in the question it is work correctly with question input ..... but it is always giving me wrong answer with online judge.
my code work with:
- x1>x2 ... swap
- if color more than one char
can some ...
i am trying to solve graphic editor by java, i made every thing as instructions in the question it is work correctly with question input ..... but it is always giving me wrong answer with online judge.
my code work with:
- x1>x2 ... swap
- if color more than one char
can some ...