ACM is nothing but a bull shit website for online competetion, who can't compile the Java codes. Still he is in backdated PASCAL and in C.
Damn it
Search found 5 matches
- Tue May 11, 2004 7:09 pm
- Forum: General
- Topic: Bull Shit Damn online judge
- Replies: 1
- Views: 1150
- Sat May 08, 2004 11:29 pm
- Forum: Java
- Topic: Pls Upgrade Java
- Replies: 1
- Views: 3176
Pls Upgrade Java
Dear System Administrator,
Please please please upgrade the java compiler in online judge. Lots of problems work in my JBuilder 5.0. Unfortunately they dont work in online judge. If it is happening like this, soon we'll be dissapointed and loose all the interest about solving the problems using java ...
Please please please upgrade the java compiler in online judge. Lots of problems work in my JBuilder 5.0. Unfortunately they dont work in online judge. If it is happening like this, soon we'll be dissapointed and loose all the interest about solving the problems using java ...
- Sat May 08, 2004 11:51 am
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317910
Still Compile error in problem 100 in Java (Pls help me)
/* @JUDGE_ID: 45460CH 100 Java "The 3n+1 problem" */
import java.io.*;
class nProblem
{
static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
try
{
while (lg < maxLg)
{
car = System.in.read();
if ((car < 0) || (car == '\n')) break;
lin [lg++] += car ...
import java.io.*;
class nProblem
{
static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
try
{
while (lg < maxLg)
{
car = System.in.read();
if ((car < 0) || (car == '\n')) break;
lin [lg++] += car ...
- Fri May 07, 2004 7:19 pm
- Forum: Volume 1 (100-199)
- Topic: 100 - The 3n + 1 problem
- Replies: 1394
- Views: 317910
Damn Compile error in prb 100 if I use Java
//@BEGIN_OF_SOURCE_CODE
/* @JUDGE_ID: 45460CH 100 Java "The 3n+1 problem" */
import java.io.*;
public class nProblem
{
static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
try
{
while (lg < maxLg)
{
car = System.in.read();
if ((car < 0) || (car == '\n ...
/* @JUDGE_ID: 45460CH 100 Java "The 3n+1 problem" */
import java.io.*;
public class nProblem
{
static String ReadLn (int maxLg)
{
byte lin[] = new byte [maxLg];
int lg = 0, car = -1;
try
{
while (lg < maxLg)
{
car = System.in.read();
if ((car < 0) || (car == '\n ...
- Fri May 07, 2004 7:17 pm
- Forum: Volume 1 (100-199)
- Topic: 143 - Orchard Trees
- Replies: 90
- Views: 26962
Compile Error if I use Java in problem 143
[/java]
//@BEGIN_OF_SOURCE_CODE
/* @JUDGE_ID: 45460CH 136 Java "Ugly Numbers" */
class UglyNumbers
{
public static void main(String args[])
{
int dummy=0,count=0,number=1;
for(int i=1;;i++)
{
number = i;
dummy = number;
do
{
if((number%2 != 0)&&(number%3 != 0)&&(number%5 != 0))
break ...
//@BEGIN_OF_SOURCE_CODE
/* @JUDGE_ID: 45460CH 136 Java "Ugly Numbers" */
class UglyNumbers
{
public static void main(String args[])
{
int dummy=0,count=0,number=1;
for(int i=1;;i++)
{
number = i;
dummy = number;
do
{
if((number%2 != 0)&&(number%3 != 0)&&(number%5 != 0))
break ...