0_0_38584699_5488\Main.java:3: 错误: 程序包annotation不存在
import annotation.*;
^
0_0_38584699_5488\Main.java:5: 错误: 找不到符号
@Import({"collections.heap.Heap_E", "Element"})
^
符号: 类 Import
0_0_38584699_5488\Main.java:6: 错误: 找不到符号
@Import("io.detached.Input")
^
符号: 类 Import
0_0_38584699_5488\Main.java:7: 错误: 找不到符号
@Import("io.detached.Output")
^
符号: 类 Import
0_0_38584699_5488\Main.java:8: 错误: 找不到符号
@Import({"lib.sort.radixSort.RadixSort_long", "short"})
^
符号: 类 Import
0_0_38584699_5488\Main.java:14: 错误: 找不到符号
Input input = new Input();
^
符号: 类 Input
位置: 类 A
0_0_38584699_5488\Main.java:14: 错误: 找不到符号
Input input = new Input();
^
符号: 类 Input
位置: 类 A
0_0_38584699_5488\Main.java:15: 错误: 找不到符号
Output output = new Output();
^
符号: 类 Output
位置: 类 A
0_0_38584699_5488\Main.java:15: 错误: 找不到符号
Output output = new Output();
^
符号: 类 Output
位置: 类 A
0_0_38584699_5488\Main.java:25: 错误: 找不到符号
RadixSort_short.sort(a);
^
符号: 变量 RadixSort_short
位置: 类 A
0_0_38584699_5488\Main.java:26: 错误: 找不到符号
Heap_Element heap = new Heap_Element(m + 1, (x, y) -> Integer.compare(y.value, x.value), new FieldAccess_Element_int()
^
符号: 类 Heap_Element
位置: 类 A
0_0_38584699_5488\Main.java:26: 错误: 找不到符号
Heap_Element heap = new Heap_Element(m + 1, (x, y) -> Integer.compare(y.value, x.value), new FieldAccess_Element_int()
^
符号: 类 Heap_Element
位置: 类 A
0_0_38584699_5488\Main.java:26: 错误: 找不到符号
Heap_Element heap = new Heap_Element(m + 1, (x, y) -> Integer.compare(y.value, x.value), new FieldAccess_Element_int()
^
符号: 类 FieldAccess_Element_int
位置: 类 A
13 个错误
|