9 lines
91 B
Rust
9 lines
91 B
Rust
use proconio::input;
|
|
|
|
fn main() {
|
|
input!{
|
|
n: u64,
|
|
s: u64,
|
|
};
|
|
}
|