1//! This lib contains problems and contests' solutions by [huangjj27].
2//! I will try my best to provide example, and my test cases.
3//!
4//! [huangjj27]: https://github.com/huangjj27
56pub mod problems {
78}
910pub mod contests {
11pub mod contest130;
12}