contests/__playground__/text_io.rs (
5
lines of code) (
raw
):
pub fn text_io_read() { use text_io::read; let i: i32 = read!(); println!("{}", i); }