From 88408f4897c62a838cf6f5d6419361e2a4a1fe46 Mon Sep 17 00:00:00 2001 From: Lam Haoyin Date: Wed, 6 Apr 2022 00:28:42 +0800 Subject: [PATCH] add: 220402-CN [No implementation] --- cpp/2204/220402-CN.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cpp/2204/220402-CN.cpp diff --git a/cpp/2204/220402-CN.cpp b/cpp/2204/220402-CN.cpp new file mode 100644 index 0000000..c08a33e --- /dev/null +++ b/cpp/2204/220402-CN.cpp @@ -0,0 +1,7 @@ +#include + +/** + * 420. Strong Password Checker + * + * Not implemented, this problem makes no sense. + */