ABC 049, abc done, d is too slow and incorrect, need to learn more about union find

This commit is contained in:
2022-06-10 15:43:58 +02:00
parent 8ce2a3e769
commit 514d6781bc
6 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[package]
name = "abc049"
version = "0.1.0"
edition = "2021"
# dependencies added to new project
[dependencies]
proconio = "0.4.3"
[profile.release]
lto = true
panic = 'abort'