:heavy_check_mark: examples/rust/verification/src/bin/aizu-online-judge-itp1-1-a.rs

Depends on

Code

// verification-helper: PROBLEM https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=ITP1_1_A

fn main() {
    println!("{} {}", hello::HELLO, world::WORLD);
}

Test cases

Env Name Status Elapsed Memory
Rust judge_data :heavy_check_mark: AC 7 ms 2 MB
Back to top page