1 2 3 4 5 6 7
#[macro_use] extern crate text_io; pub fn main() { let i: i32 = read!(); assert_eq!(i, 99); }