This file contains hidden or 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 mtkdQuestOne; | |
import java.util.Random; | |
public class start { | |
private static final int FOUR = 4; | |
private static final String zun = "ズン"; | |
private static final String doko = "ドコ"; | |
public static void main(String[] args) { |
This file contains hidden or 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 algorithm.one; | |
public class start { | |
public static void main(String[] args) { | |
AlgorithmOne access = AlgorithmOne.getInstance(); | |
// 全て渡りきるまで処理は続く | |
while (access.allNotThree()) { | |
// 右に進む場合 |