*** COMPILING IN ef/checked-out/067
./xxl/core/Mul.java:14: error: class MUL is public, should be declared in a file named MUL.java
public class MUL extends BinaryFunction {
       ^
./xxl/core/Average.java:15: error: class AVERAGE is public, should be declared in a file named AVERAGE.java
public class AVERAGE extends IntervalFunction {
       ^
./xxl/core/Add.java:14: error: class ADD is public, should be declared in a file named ADD.java
public class ADD extends BinaryFunction {
       ^
./xxl/core/Coalesce.java:14: error: class COALESCE is public, should be declared in a file named COALESCE.java
public class COALESCE extends IntervalFunction {
       ^
./xxl/core/Div.java:14: error: class DIV is public, should be declared in a file named DIV.java
public class DIV extends BinaryFunction {
       ^
./xxl/core/Sub.java:15: error: class SUB is public, should be declared in a file named SUB.java
public class SUB extends BinaryFunction {
       ^
./xxl/core/Literal.java:18: error: class LiteralInteger is public, should be declared in a file named LiteralInteger.java
public class LiteralInteger extends Literal {
       ^
./xxl/core/Cells.java:18: error: class Cell is public, should be declared in a file named Cell.java
public class Cell {
       ^
./xxl/core/Concat.java:14: error: class CONCAT is public, should be declared in a file named CONCAT.java
public class CONCAT extends IntervalFunction {
       ^
./xxl/core/Content.java:19: error: class ConcreteContent is public, should be declared in a file named ConcreteContent.java
public class ConcreteContent extends Content {
       ^
./xxl/core/Mul.java:14: error: cannot find symbol
public class MUL extends BinaryFunction {
                         ^
  symbol: class BinaryFunction
./xxl/core/Mul.java:15: error: cannot find symbol
    public MUL(Content argument1, Content argument2) {
               ^
  symbol:   class Content
  location: class MUL
./xxl/core/Mul.java:15: error: cannot find symbol
    public MUL(Content argument1, Content argument2) {
                                  ^
  symbol:   class Content
  location: class MUL
./xxl/core/Mul.java:20: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class MUL
./xxl/core/Average.java:15: error: cannot find symbol
public class AVERAGE extends IntervalFunction {
                             ^
  symbol: class IntervalFunction
./xxl/core/Average.java:16: error: cannot find symbol
    public AVERAGE(List arguments) {
                        ^
  symbol:   class Literal
  location: class AVERAGE
./xxl/core/Average.java:21: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class AVERAGE
./xxl/core/Add.java:14: error: cannot find symbol
public class ADD extends BinaryFunction {
                         ^
  symbol: class BinaryFunction
./xxl/core/Add.java:15: error: cannot find symbol
    public ADD(Content argument1, Content argument2) {
               ^
  symbol:   class Content
  location: class ADD
./xxl/core/Add.java:15: error: cannot find symbol
    public ADD(Content argument1, Content argument2) {
                                  ^
  symbol:   class Content
  location: class ADD
./xxl/core/Add.java:20: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class ADD
./xxl/core/User.java:20: error: cannot find symbol
    private List spreadsheets;
                 ^
  symbol:   class Spreadsheet
  location: class User
./xxl/core/User.java:59: error: cannot find symbol
    public void addsheet(Spreadsheet sheet) {
                         ^
  symbol:   class Spreadsheet
  location: class User
./xxl/core/Coalesce.java:14: error: cannot find symbol
public class COALESCE extends IntervalFunction {
                              ^
  symbol: class IntervalFunction
./xxl/core/Coalesce.java:15: error: cannot find symbol
    public COALESCE(List arguments) {
                         ^
  symbol:   class Literal
  location: class COALESCE
./xxl/core/Coalesce.java:20: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class COALESCE
./xxl/core/Div.java:14: error: cannot find symbol
public class DIV extends BinaryFunction {
                         ^
  symbol: class BinaryFunction
./xxl/core/Div.java:15: error: cannot find symbol
    public DIV(Content argument1, Content argument2) {
               ^
  symbol:   class Content
  location: class DIV
./xxl/core/Div.java:15: error: cannot find symbol
    public DIV(Content argument1, Content argument2) {
                                  ^
  symbol:   class Content
  location: class DIV
./xxl/core/Div.java:20: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class DIV
./xxl/core/Sub.java:15: error: cannot find symbol
public class SUB extends BinaryFunction {
                         ^
  symbol: class BinaryFunction
./xxl/core/Sub.java:16: error: cannot find symbol
    public SUB(Content argument1, Content argument2) {
               ^
  symbol:   class Content
  location: class SUB
./xxl/core/Sub.java:16: error: cannot find symbol
    public SUB(Content argument1, Content argument2) {
                                  ^
  symbol:   class Content
  location: class SUB
./xxl/core/Sub.java:21: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class SUB
./xxl/core/Literal.java:18: error: cannot find symbol
public class LiteralInteger extends Literal {
                                    ^
  symbol: class Literal
./xxl/core/Literal.java:26: error: cannot find symbol
    public Literal value() {
           ^
  symbol:   class Literal
  location: class LiteralInteger
./xxl/core/User.java:18: error: duplicate class: User
public class User {
       ^
./xxl/core/Calculator.java:19: error: cannot access User
  private List users;
               ^
  bad source file: /Users/joao/Dropbox/Cadeiras/PO2015/avaliação/ef/checked-out/067/xxl/core/User.java
    file does not contain class xxl.core.User
    Please remove or make sure it appears in the correct subdirectory of the sourcepath.
./xxl/core/Cells.java:21: error: cannot find symbol
    private Content content;
            ^
  symbol:   class Content
  location: class Cell
./xxl/core/Cells.java:27: error: cannot find symbol
    public Literal value() {
           ^
  symbol:   class Literal
  location: class Cell
./xxl/core/Cells.java:35: error: cannot find symbol
    public void setContent(Content c) {
                           ^
  symbol:   class Content
  location: class Cell
./xxl/core/Concat.java:14: error: cannot find symbol
public class CONCAT extends IntervalFunction {
                            ^
  symbol: class IntervalFunction
./xxl/core/Concat.java:15: error: cannot find symbol
    public CONCAT(List arguments) {
                       ^
  symbol:   class Literal
  location: class CONCAT
./xxl/core/Concat.java:20: error: cannot find symbol
    public Literal compute() {
           ^
  symbol:   class Literal
  location: class CONCAT
./xxl/core/Content.java:19: error: cannot find symbol
public class ConcreteContent extends Content {
                                     ^
  symbol: class Content
./xxl/core/Content.java:31: error: cannot find symbol
    public Literal value(String contentValue) {
           ^
  symbol:   class Literal
  location: class ConcreteContent
./xxl/core/Mul.java:19: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Mul.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
            ^
  symbol:   variable argument1
  location: class MUL
./xxl/core/Mul.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
                                                   ^
  symbol:   variable argument2
  location: class MUL
./xxl/core/Mul.java:23: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() * ((LiteralInteger) argument2).getValue();
                                           ^
  symbol:   variable argument1
  location: class MUL
./xxl/core/Mul.java:23: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() * ((LiteralInteger) argument2).getValue();
                                                                                     ^
  symbol:   variable argument2
  location: class MUL
./xxl/core/Mul.java:27: error: cannot find symbol
            return new LiteralString("Erro: Tipos de argumentos invalidos");
                       ^
  symbol:   class LiteralString
  location: class MUL
./xxl/core/Spreadsheet.java:24: error: cannot find symbol
    this.rows = rows;
        ^
  symbol: variable rows
./xxl/core/Spreadsheet.java:25: error: cannot find symbol
    this.columns = columns;
        ^
  symbol: variable columns
./xxl/core/Spreadsheet.java:30: error: cannot find symbol
  spreadsheets.add(sheet);
  ^
  symbol:   variable spreadsheets
  location: class Spreadsheet
./xxl/core/Average.java:20: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Average.java:22: error: cannot find symbol
        if (arguments.isEmpty()) {
            ^
  symbol:   variable arguments
  location: class AVERAGE
./xxl/core/Average.java:29: error: cannot find symbol
        for (Literal arg : arguments) {
                           ^
  symbol:   variable arguments
  location: class AVERAGE
./xxl/core/Average.java:29: error: cannot find symbol
        for (Literal arg : arguments) {
             ^
  symbol:   class Literal
  location: class AVERAGE
./xxl/core/Add.java:19: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Add.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
            ^
  symbol:   variable argument1
  location: class ADD
./xxl/core/Add.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
                                                   ^
  symbol:   variable argument2
  location: class ADD
./xxl/core/Add.java:23: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() + ((LiteralInteger) argument2).getValue();
                                           ^
  symbol:   variable argument1
  location: class ADD
./xxl/core/Add.java:23: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() + ((LiteralInteger) argument2).getValue();
                                                                                     ^
  symbol:   variable argument2
  location: class ADD
./xxl/core/Add.java:25: error: cannot find symbol
        } else if (argument1 instanceof LiteralString && argument2 instanceof LiteralString) {
                   ^
  symbol:   variable argument1
  location: class ADD
./xxl/core/Add.java:25: error: cannot find symbol
        } else if (argument1 instanceof LiteralString && argument2 instanceof LiteralString) {
                                        ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/Add.java:25: error: cannot find symbol
        } else if (argument1 instanceof LiteralString && argument2 instanceof LiteralString) {
                                                         ^
  symbol:   variable argument2
  location: class ADD
./xxl/core/Add.java:25: error: cannot find symbol
        } else if (argument1 instanceof LiteralString && argument2 instanceof LiteralString) {
                                                                              ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/Add.java:26: error: cannot find symbol
            String result = ((LiteralString) argument1).getValue() + ((LiteralString) argument2).getValue();
                              ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/Add.java:26: error: cannot find symbol
            String result = ((LiteralString) argument1).getValue() + ((LiteralString) argument2).getValue();
                                             ^
  symbol:   variable argument1
  location: class ADD
./xxl/core/Add.java:26: error: cannot find symbol
            String result = ((LiteralString) argument1).getValue() + ((LiteralString) argument2).getValue();
                                                                       ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/Add.java:26: error: cannot find symbol
            String result = ((LiteralString) argument1).getValue() + ((LiteralString) argument2).getValue();
                                                                                      ^
  symbol:   variable argument2
  location: class ADD
./xxl/core/Add.java:27: error: cannot find symbol
            return new LiteralString(result);
                       ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/Add.java:30: error: cannot find symbol
            return new LiteralString("Erro: Tipos de argumentos invalidos");
                       ^
  symbol:   class LiteralString
  location: class ADD
./xxl/core/User.java:28: error: cannot find symbol
        for (User user : users) {
                         ^
  symbol:   variable users
  location: class User
./xxl/core/User.java:29: error: cannot find symbol
            if (user.getName().equals(name)) {
                    ^
  symbol:   method getName()
  location: variable user of type User
./xxl/core/User.java:37: error: cannot find symbol
        users.add(newUser);
        ^
  symbol:   variable users
  location: class User
./xxl/core/User.java:51: error: cannot find symbol
        return _namename != null ? _name.equals(otherUser._name) : otherUser._name == null;
               ^
  symbol:   variable _namename
  location: class User
./xxl/core/Coalesce.java:19: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Coalesce.java:21: error: cannot find symbol
        for (Literal arg : arguments) {
                           ^
  symbol:   variable arguments
  location: class COALESCE
./xxl/core/Coalesce.java:21: error: cannot find symbol
        for (Literal arg : arguments) {
             ^
  symbol:   class Literal
  location: class COALESCE
./xxl/core/Coalesce.java:22: error: cannot find symbol
            if (arg instanceof LiteralString) {
                               ^
  symbol:   class LiteralString
  location: class COALESCE
./xxl/core/Coalesce.java:27: error: cannot find symbol
        return new LiteralString("");
                   ^
  symbol:   class LiteralString
  location: class COALESCE
./xxl/core/Div.java:19: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Div.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
            ^
  symbol:   variable argument1
  location: class DIV
./xxl/core/Div.java:22: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
                                                   ^
  symbol:   variable argument2
  location: class DIV
./xxl/core/Div.java:23: error: cannot find symbol
            int divisor = ((LiteralInteger) argument2).getValue();
                                            ^
  symbol:   variable argument2
  location: class DIV
./xxl/core/Div.java:26: error: cannot find symbol
                int result = ((LiteralInteger) argument1).getValue() / divisor;
                                               ^
  symbol:   variable argument1
  location: class DIV
./xxl/core/Div.java:30: error: cannot find symbol
                return new LiteralString("Erro: Divisao por zero");
                           ^
  symbol:   class LiteralString
  location: class DIV
./xxl/core/Div.java:34: error: cannot find symbol
            return new LiteralString("Erro: Tipos de argumentos invalidos");
                       ^
  symbol:   class LiteralString
  location: class DIV
./xxl/core/Sub.java:20: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Sub.java:23: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
            ^
  symbol:   variable argument1
  location: class SUB
./xxl/core/Sub.java:23: error: cannot find symbol
        if (argument1 instanceof LiteralInteger && argument2 instanceof LiteralInteger) {
                                                   ^
  symbol:   variable argument2
  location: class SUB
./xxl/core/Sub.java:24: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() - ((LiteralInteger) argument2).getValue();
                                           ^
  symbol:   variable argument1
  location: class SUB
./xxl/core/Sub.java:24: error: cannot find symbol
            int result = ((LiteralInteger) argument1).getValue() - ((LiteralInteger) argument2).getValue();
                                                                                     ^
  symbol:   variable argument2
  location: class SUB
./xxl/core/Sub.java:28: error: cannot find symbol
            return new LiteralString("Erro: Tipos de argumentos invalidos");
                       ^
  symbol:   class LiteralString
  location: class SUB
./xxl/core/Literal.java:25: error: method does not override or implement a method from a supertype
    @Override
    ^
./xxl/core/Calculator.java:38: error: cannot find symbol
    String fileName = nome + ".csv";
                      ^
  symbol:   variable nome
  location: class Calculator
./xxl/core/Calculator.java:61: error: cannot find symbol
        if (values.length > numColumns) {
                            ^
  symbol:   variable numColumns
  location: class Calculator
./xxl/core/Calculator.java:65: error: cannot find symbol
          data[row][column] = values[column];
          ^
  symbol:   variable data
  location: class Calculator
100 errors
only showing the first 100 errors, of 121 total; use -Xmaxerrs if you would like to see more
                           A-026-026-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-027-027-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-029-029-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-031-031-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-032-032-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-034-034-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-035-035-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-036-036-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-038-038-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-039-039-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-040-040-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-041-041-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-044-044-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-045-045-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-046-046-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-047-047-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-048-048-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-049-049-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-053-053-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-054-054-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-056-056-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-057-057-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-058-058-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-061-061-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-062-062-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-064-064-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-066-066-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-067-067-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-072-072-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-074-074-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-075-075-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-076-076-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-080-080-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-081-081-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-083-083-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-089-089-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-090-090-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-091-091-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-108-108-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-111-111-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-114-114-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-115-115-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-120-120-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-122-122-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-124-124-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output
                           A-127-127-M-ok.in                           
Running: Running: Error: Could not find or load main class xxl.app.App
Caused by: java.lang.ClassNotFoundException: xxl.app.App
execution failed
program did not produce any output