Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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