题解列表

筛选

飞奔的马-题解(Java代码)

摘要:解题思路:注意事项:参考代码:Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int a[] = new int [n]; ……

猜价模拟-题解(Java代码)

摘要:解题思路:注意事项:参考代码:Scanner sc = new Scanner(System.in); int n = sc.nextInt(); //将nextInt()方法留下的空白符“\r”……