pub(crate) struct Sol1498 {}Expand description
1498m Number of Subsequences That Satisfy the Give Sum Condition
Implementations§
Auto Trait Implementations§
impl Freeze for Sol1498
impl RefUnwindSafe for Sol1498
impl Send for Sol1498
impl Sync for Sol1498
impl Unpin for Sol1498
impl UnsafeUnpin for Sol1498
impl UnwindSafe for Sol1498
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more