macro_rules! output {
( @one $io:expr, $a:expr ) => { ... };
( $io:expr; $a:expr, $($rest:expr),* ) => { ... };
}
Expand description
crate::io::fastio::FastIO
を第一引数にとり、第二引数以降を空白区切りで出力する。
macro_rules! output {
( @one $io:expr, $a:expr ) => { ... };
( $io:expr; $a:expr, $($rest:expr),* ) => { ... };
}
crate::io::fastio::FastIO
を第一引数にとり、第二引数以降を空白区切りで出力する。