| Author |
Java Challenges |
Apollo
Member
Posts: 17
Location:
Joined: 01.11.06 Rank: Newbie |
|
public class JavaChallenges
{
public static void main(String[] args)
{
System.out.println("WE NEED JAVA CHALLENGES!")
}
}
Edited by Apollo on 12-12-06 00:50 |
|
| Author |
RE: Java Challenges |
only_samurai
[IRC Rockstar]
Posts: 984
Location: idling in some random irc channel
Joined: 18.08.06 Rank: .|unranked|. |
|
heh, maybe programming challenges in general. not just java. i've suggested this before, but it normally is turned down because of too much work judging.
if the admins here want i have a way to automate this process so it doesnt require checking and it can be done with code. if anyone reads this and is intrsted let me know.
The problem with a fool-proof system, is eliminating the fool.
"His name is Cereal Killer...Like Fruitloops." If you cut me, I bleed binary.
http://blog.psych0tik.net/ |
|
| Author |
RE: Java Challenges |
Apollo
Member
Posts: 17
Location:
Joined: 01.11.06 Rank: Newbie |
|
|
I could help out too. I know a lot of Java. |
|
| Author |
RE: Java Challenges |
only_samurai
[IRC Rockstar]
Posts: 984
Location: idling in some random irc channel
Joined: 18.08.06 Rank: .|unranked|. |
|
my way however works for any language.
The problem with a fool-proof system, is eliminating the fool.
"His name is Cereal Killer...Like Fruitloops." If you cut me, I bleed binary.
http://blog.psych0tik.net/ |
|
| Author |
RE: Java Challenges |
J-Wreck
Member

Posts: 38
Location:
Joined: 13.05.06 Rank: Moderate |
|
The problem is, there is usually more then one way to accomplish any task. Thus, its hard to automate the checking of the code. It might be right, and just not the same way someone else did it.

|
|
| Author |
RE: Java Challenges |
only_samurai
[IRC Rockstar]
Posts: 984
Location: idling in some random irc channel
Joined: 18.08.06 Rank: .|unranked|. |
|
that's whats good about the way i have it.
instead of doing it like check the code or anything...you check the output based on inputs.
i used to compete at computer science programming competitions and thats how it was done...you dont look at the code, just the output. you give sample input, but different input for the actual one so that printf cant just be used...
The problem with a fool-proof system, is eliminating the fool.
"His name is Cereal Killer...Like Fruitloops." If you cut me, I bleed binary.
http://blog.psych0tik.net/ |
|
| Author |
RE: Java Challenges |
Apollo
Member
Posts: 17
Location:
Joined: 01.11.06 Rank: Newbie |
|
|
J-Wreck wrote:
The problem is, there is usually more then one way to accomplish any task. Thus, its hard to automate the checking of the code. It might be right, and just not the same way someone else did it.
It can also work kinda like the logical challenges. |
|