ABC 044, c and d unfinished

This commit is contained in:
2022-05-28 16:48:08 +02:00
parent 97ee8adbf3
commit e1bc9a42a2
6 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
use proconio::input;
fn main() {
input!{
n: u64,
s: u64,
};
}