use proconio::{input,marker::*}; fn main() { input! { a: usize, b: usize, c: usize, } }