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

Skip to content

Commit 019d096

Browse files
committed
add fastout
1 parent f30a438 commit 019d096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
use proconio::input;
1+
use proconio::{fastout, input};
22

33
#[allow(non_snake_case)]
4+
#[fastout]
45
fn main() {
56
input! {
67

0 commit comments

Comments
 (0)