gold answer for d19

This commit is contained in:
YK 2024-11-27 12:11:48 +03:00
parent 60ef7ce843
commit 9fab2616c5

View File

@ -37,6 +37,6 @@ mod test {
#[test] #[test]
fn gold () { fn gold () {
let ans = _gold(3005290); let ans = _gold(3005290);
assert_eq!(ans, 1) assert_eq!(ans, 1410967)
} }
} }