This commit is contained in:
nora 2023-12-02 20:11:18 +01:00
parent 2cfee8a448
commit 30af4cb9d1
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ fn main() {
let mut input = std::hint::black_box(include_str!("../input.txt")).to_owned();
input.reserve(5);
input.reserve(10); // enough to read u64
unsafe {
input
.as_mut_vec()