package fr.uge.code.camp;

import java.io.*;
import java.util.*;

public class SessionB {

	public static int saveTheUniverse(long damage, String program) {
		throw new UnsupportedOperationException("Not implemented yet");
	}

	public static String nestingDepth(String sequence) {
		throw new UnsupportedOperationException("Not implemented yet");
	}

	public static String doubleOrOneThing(String sequence) {
		throw new UnsupportedOperationException("Not implemented yet");
	}
}