Search found 1 match

by kg4yed
Tue Feb 10, 2009 11:40 pm
Forum: Volume 100 (10000-10099)
Topic: 10033 - Interpreter
Replies: 88
Views: 39750

Re: 10033 - Interpreter

Hi all.

All the code I have seen has been in C++, but I am trying this one in Java. For some reason, my code passes all the tests that I could find, but the judge says Wrong Answer.

Any ideas? Thanks in advance.

import java.util.*;

class Main {

private int[] registers;
private String ...

Go to advanced search