Skip to content

Commit

Permalink
Remove the hand-made input!
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip authored and mizar committed Jan 21, 2023
1 parent f16bad2 commit d204221
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 111 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ publish = false
[dependencies]

[dev-dependencies]
input = { path = "./crates/input" }
proconio = "=0.3.6"
proconio-derive = "0.2.1"
rand = "0.7.3"
10 changes: 0 additions & 10 deletions crates/input/Cargo.toml

This file was deleted.

96 changes: 0 additions & 96 deletions crates/input/src/lib.rs

This file was deleted.

2 changes: 1 addition & 1 deletion examples/library-checker-convolution-mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[macro_use]
extern crate input as _;
extern crate proconio as _;

use ac_library_rs::{convolution, modint::ModInt998244353 as Mint};
use std::fmt;
Expand Down
2 changes: 1 addition & 1 deletion examples/library-checker-static-range-sum.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[macro_use]
extern crate input as _;
extern crate proconio as _;
#[macro_use]
extern crate proconio_derive as _;

Expand Down
2 changes: 1 addition & 1 deletion examples/library-checker-sum-of-floor-of-linear.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[macro_use]
extern crate input as _;
extern crate proconio as _;
#[macro_use]
extern crate proconio_derive as _;

Expand Down
2 changes: 1 addition & 1 deletion examples/library-checker-unionfind.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[macro_use]
extern crate input as _;
extern crate proconio as _;

use ac_library_rs::dsu::Dsu;

Expand Down

0 comments on commit d204221

Please sign in to comment.