D
Size: a a a
D
P
ST
let mut strategy = match args.strategy_name.as_str() {
"noop" => Box::new(NoopStrategy::new()) as Box<dyn GameStrategy>,
"shooter" => Box::new(ShooterStrategy::new()) as Box<dyn GameStrategy>,
"sequence_replay" => Box::new(SequenceReplayStrategy::new()) as Box<dyn GameStrategy>,
_ => Box::new(MainStrategy::new()) as Box<dyn GameStrategy>,
};e
D
AP
ST
AS
AK
AK
MR
AP
AP
VK
MR
AY
VK
aicup2020.exe --config config.json, и посмотреть что выведет за ошибкуMR
game", line: 8, column: 1) }', src/lib.rs:195:17VK
game", line: 8, column: 1) }', src/lib.rs:195:17MR