I improved the performances (and simplicity) like this: use std::fs::File; use std::io::Write; use std::io::BufWriter; const N: i32 = 1e7 as ...
確定! 回上一頁