ABC 044, c and d unfinished
This commit is contained in:
8
atcoder/beginner_contests/abc044/src/bin/d.rs
Normal file
8
atcoder/beginner_contests/abc044/src/bin/d.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
use proconio::input;
|
||||
|
||||
fn main() {
|
||||
input!{
|
||||
n: u64,
|
||||
s: u64,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user