Macro dmoj::scan [] [src]

macro_rules! scan {
    ($t:ty) => { ... };
    ($($t:ty),+) => { ... };
}

Macros for reading from stdin