# ce_lc_solution_mainFunc **Repository Path**: MJYyyyy/ce_lc_solution_mainfunc ## Basic Information - **Project Name**: ce_lc_solution_mainFunc - **Description**: 自用,leetcode C++ 本地运行器。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-07 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ce_lc_solution_mainFunc #### 介绍 自用,leetcode C++ 本地运行器,可打印任意结果(当前支持单值、数组、Key-Value 形式等常见的数据结构) 支持的运行环境:windows #### 使用说明 1.需要使用最新版本的C++(std::c++latest) 2.在main.cpp中将对应的Solution函数替换为当前解题函数。 3.在main.cpp中的int main() {} 中填好入参。