Skip to content

Commit 4a4ca4f

Browse files
committed
Remove the hand-made input!
1 parent d2b35ac commit 4a4ca4f

7 files changed

+4
-111
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ publish = false
1515
[dependencies]
1616

1717
[dev-dependencies]
18-
input = { path = "./crates/input" }
1918
proconio = "=0.3.6"
2019
proconio-derive = "0.2.1"
2120
rand = "0.7.3"

crates/input/Cargo.toml

-10
This file was deleted.

crates/input/src/lib.rs

-96
This file was deleted.

examples/library-checker-convolution-mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[macro_use]
2-
extern crate input as _;
2+
extern crate proconio as _;
33

44
use ac_library_rs::{convolution, modint::ModInt998244353 as Mint};
55
use std::fmt;

examples/library-checker-static-range-sum.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[macro_use]
2-
extern crate input as _;
2+
extern crate proconio as _;
33
#[macro_use]
44
extern crate proconio_derive as _;
55

examples/library-checker-sum-of-floor-of-linear.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[macro_use]
2-
extern crate input as _;
2+
extern crate proconio as _;
33
#[macro_use]
44
extern crate proconio_derive as _;
55

examples/library-checker-unionfind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#[macro_use]
2-
extern crate input as _;
2+
extern crate proconio as _;
33

44
use ac_library_rs::dsu::Dsu;
55

0 commit comments

Comments
 (0)