This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Arrays; | |
import java.util.List; | |
public class Main { | |
static abstract class Num{ | |
public abstract int n(); | |
static class N0 extends N1{ | |
@Override | |
public int n() { | |
return 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import integers.*; | |
public interface Matrix<N extends _N, M extends _N> { | |
public double getElementAt(int x, int y); | |
public void setElementAt(int x, int y, double value); | |
public int numRows(); | |
public int numCols(); | |
public default String asString() { | |
final String nl = System.getProperty("line.separator"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package data; | |
import javax.persistence.EntityManagerFactory; | |
import entity.Bild; | |
import entity.Raum; | |
import static easyJPA.EasyJPA.*; | |
import java.util.ArrayList; |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE TOURNAMENT BEGINS! | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
The match between DumbPlanes and EmoFockeWulf begins and will go on for 10 fights. | |
FIGHT 1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE TOURNAMENT BEGINS! | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
The match between DumbPlanes and EmoFockeWulf begins and will go on for 10 fights. | |
FIGHT 1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE TOURNAMENT BEGINS! | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
The match between DumbPlanes and EmoFockeWulf begins and will go on for 10 fights. | |
FIGHT 1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
THE TOURNAMENT BEGINS! | |
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
The match between DumbPlanes and EmoFockeWulf begins and will go on for 10 fights. | |
FIGHT 1 |