use proconio::input; fn main() { input!{ n: usize } println!("{}", ((n % 3) * 2) % 3); }