Started on abc257
This commit is contained in:
11
atcoder/beginner_contests/abc257/src/bin/c.rs
Normal file
11
atcoder/beginner_contests/abc257/src/bin/c.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use proconio::input;
|
||||
|
||||
fn main() {
|
||||
input!{
|
||||
n: usize,
|
||||
s: String,
|
||||
w: [u64; n],
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user