From c94133cc435db0cda48c9542e495f2816867fb56 Mon Sep 17 00:00:00 2001 From: hnu202326010321 <3602749708@qq.com> Date: Sun, 28 Sep 2025 17:14:29 +0800 Subject: [PATCH 1/2] Update mathProblem.cpp --- src/mathProblem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathProblem.cpp b/src/mathProblem.cpp index 8f78904..255f0a3 100644 --- a/src/mathProblem.cpp +++ b/src/mathProblem.cpp @@ -400,4 +400,4 @@ int main() { cout << "程序结束,感谢使用!" << endl; return 0; -} +} \ No newline at end of file -- 2.34.1 From 1d6b47cb00278ecff324e36c774b95d631651ebc Mon Sep 17 00:00:00 2001 From: hnu202326010321 <3602749708@qq.com> Date: Sun, 28 Sep 2025 17:25:15 +0800 Subject: [PATCH 2/2] Add Math --- src/Math | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/Math diff --git a/src/Math b/src/Math new file mode 100644 index 0000000..66dc905 --- /dev/null +++ b/src/Math @@ -0,0 +1 @@ +undefined \ No newline at end of file -- 2.34.1