From 755923c349681f7504b9054c8077b5e271797aa5 Mon Sep 17 00:00:00 2001 From: carry Date: Thu, 20 Feb 2025 17:32:49 +0800 Subject: [PATCH] =?UTF-8?q?cpp=E6=A8=A1=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 template.cpp diff --git a/template.cpp b/template.cpp new file mode 100644 index 0000000..ea34c7b --- /dev/null +++ b/template.cpp @@ -0,0 +1,12 @@ +#include +#include + +class Solution { + public: + +}; + +int main(){ + + return 0; +} \ No newline at end of file