Hi!!!!!
I dont understand why compile error in my code, anybody help me plz.
this is my code:
import java.io.IOException;
import java.util.StringTokenizer;
class Main
{
int tree [] [] = new int [5000] [3];
static String leer ()
{
String lin = "";
char c;
try
{
while (true)
{
c ...
Search found 3 matches
- Tue May 23, 2006 1:03 am
- Forum: Volume 1 (100-199)
- Topic: 152 - Tree's a Crowd
- Replies: 30
- Views: 7066
- Mon May 22, 2006 5:25 pm
- Forum: Volume 2 (200-299)
- Topic: 227 - Puzzle
- Replies: 56
- Views: 19151
Why Compile Error
:evil:
Any help me?????
The Judge return Compile Error, why??? :evil:
this is my code
[/code]
import java.io.IOException;
import java.util.StringTokenizer;
class Main
{
static String leer ()
{
String lin = "";
char c;
try
{
while (true)
{
c = (char) System.in.read ();
if (c == '\n ...
Any help me?????
The Judge return Compile Error, why??? :evil:
this is my code
[/code]
import java.io.IOException;
import java.util.StringTokenizer;
class Main
{
static String leer ()
{
String lin = "";
char c;
try
{
while (true)
{
c = (char) System.in.read ();
if (c == '\n ...
- Fri Nov 11, 2005 9:06 pm
- Forum: Volume 100 (10000-10099)
- Topic: 10093 - An Easy Problem!
- Replies: 52
- Views: 23177
arash_cordi wrote:I think my solution is OK. But, I don't get AC. Don't know why. Are these following input-outputs correct?
Can anyone give me critical input-outputs for this problem? Thanks in advance!Code: Select all
Input: -z +A Output: 62 such number is impossible!
![]()