添加了E的测试用例和转换为本地测试用例的脚本
This commit is contained in:
3
all_test/test_cases/13/dict.dic
Normal file
3
all_test/test_cases/13/dict.dic
Normal file
@@ -0,0 +1,3 @@
|
||||
TOTAL_STATION = 10
|
||||
STRATEGY = SSTF
|
||||
#end
|
16
all_test/test_cases/13/input.txt
Normal file
16
all_test/test_cases/13/input.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
clock
|
||||
clockwise 4
|
||||
clock
|
||||
clockwise 5
|
||||
clock
|
||||
counterclockwise 4
|
||||
clock
|
||||
target 4
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
clock
|
||||
end
|
85
all_test/test_cases/13/output.txt
Normal file
85
all_test/test_cases/13/output.txt
Normal file
@@ -0,0 +1,85 @@
|
||||
TIME:0
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:1
|
||||
BUS:
|
||||
position:0
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
TIME:2
|
||||
BUS:
|
||||
position:1
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0001000000
|
||||
counterclockwise:0000000000
|
||||
TIME:3
|
||||
BUS:
|
||||
position:2
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0001100000
|
||||
counterclockwise:0000000000
|
||||
TIME:4
|
||||
BUS:
|
||||
position:3
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0001100000
|
||||
counterclockwise:0001000000
|
||||
TIME:5
|
||||
BUS:
|
||||
position:4
|
||||
target:0001000000
|
||||
STATION:
|
||||
clockwise:0001100000
|
||||
counterclockwise:0001000000
|
||||
TIME:6
|
||||
BUS:
|
||||
position:5
|
||||
target:0001000000
|
||||
STATION:
|
||||
clockwise:0001100000
|
||||
counterclockwise:0001000000
|
||||
TIME:7
|
||||
BUS:
|
||||
position:6
|
||||
target:0001000000
|
||||
STATION:
|
||||
clockwise:0001100000
|
||||
counterclockwise:0001000000
|
||||
TIME:8
|
||||
BUS:
|
||||
position:6
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000100000
|
||||
counterclockwise:0000000000
|
||||
TIME:9
|
||||
BUS:
|
||||
position:7
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000100000
|
||||
counterclockwise:0000000000
|
||||
TIME:10
|
||||
BUS:
|
||||
position:8
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000100000
|
||||
counterclockwise:0000000000
|
||||
TIME:11
|
||||
BUS:
|
||||
position:8
|
||||
target:0000000000
|
||||
STATION:
|
||||
clockwise:0000000000
|
||||
counterclockwise:0000000000
|
||||
end
|
Reference in New Issue
Block a user