Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfa0563

Browse files
committed
add use marker::Chars, max, min
1 parent 7dc7eb7 commit cfa0563

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ impl<T: fmt::Display> Dumpable for Vec<T> {
1717
// --------------------
1818

1919
#[allow(unused_imports)]
20-
use proconio::{fastout, input};
20+
use proconio::{fastout, input, marker::Chars};
21+
#[allow(unused_imports)]
22+
use std::cmp::{max, min};
2123

2224
#[allow(non_snake_case)]
2325
// #[fastout]

0 commit comments

Comments
 (0)