add more code for 54 (WIP)
This commit is contained in:
@@ -9,5 +9,5 @@ fn main() {
|
||||
ways[i] += ways[i - value];
|
||||
}
|
||||
}
|
||||
println!("{:#?}", ways);
|
||||
println!("{}", ways[TARGET]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user