pub(crate) struct Sol363 {}Expand description
363h Max Sum of Rectangle No Larger Than K
Implementations§
Auto Trait Implementations§
impl Freeze for Sol363
impl RefUnwindSafe for Sol363
impl Send for Sol363
impl Sync for Sol363
impl Unpin for Sol363
impl UnsafeUnpin for Sol363
impl UnwindSafe for Sol363
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