* @author dusakus
*/
public class algoD {
public static void main(String[] args) {
StData.log = new DCoutputH(true, System.getProperty("user.dir") + "/stuDI0/algo-D/Log.dcl");
StData.RT = new RUNTIME();
int e = StData.RT.INIT();
if(e != 0){
System.exit(e);
}