Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 700ae79

Browse files
committed
customize main.rs
1 parent 47d4e06 commit 700ae79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ use proconio::input;
22

33
fn main() {
44
input! {
5-
n: usize,
5+
66
}
7-
println!("{}", n);
7+
let mut ans = 0;
8+
println!("{}", ans);
89
}

0 commit comments

Comments
 (0)