網(wǎng)站制作NEWS
SCROLL
Matlab用getTableFromWeb獲取網(wǎng)頁(yè)中圖表的數(shù)據(jù)
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class test
{
public static void main(String[] args) throws IOException
{
System.out.print("輸入圓盤的個(gè)數(shù):");
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
String str=br.readLine();
int m=Integer.parseInt(str);
System.out.println("移動(dòng)步驟:");
hanoi(m,'A','B','C');
}
多重隨機(jī)標(biāo)簽