complete 2399.rs and rename storage/zeta/rust to rs

This commit is contained in:
2025-05-12 17:33:34 +09:00
parent 941f2f4cbd
commit e69f760f60
4 changed files with 40 additions and 3 deletions

6
storage/zeta/rs/1000.rs Normal file
View File

@@ -0,0 +1,6 @@
use std::io;
fn main() {
let mut n =
io::stdin().read_line( )
}