Main.c:1:1: error: unknown type name ‘package’
package dijkstra.algo;
^~~~~~~
Main.c:1:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
package dijkstra.algo;
^
Main.c:3:1: error: unknown type name ‘import’; did you mean ‘short’?
import java.util.ArrayList;
^~~~~~
short
Main.c:3:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
import java.util.ArrayList;
^
Main.c:4:1: error: unknown type name ‘import’; did you mean ‘short’?
import java.util.List;
^~~~~~
short
Main.c:4:12: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘.’ token
import java.util.List;
^
Main.c:6:1: error: unknown type name ‘public’
public class Vert implements Comparable {
^~~~~~
Main.c:6:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘Vert’
public class Vert implements Comparable {
^~~~
Main.c:6:14: error: unknown type name ‘Vert’
Main.c:63:5: error: stray ‘@’ in program
@Override
^
Main.c:68:5: error: stray ‘@’ in program
@Override
^