From bfe727f8e63588128c124f76a9827e7af8be130a Mon Sep 17 00:00:00 2001 From: msksbr Date: Sat, 19 Oct 2024 00:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E4=BB=B6=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homework2/LinkList.h | 1 + homework2/LinkLits.cpp | 1 + homework2/test1.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/homework2/LinkList.h b/homework2/LinkList.h index 1595ec4..e0ab7a1 100644 --- a/homework2/LinkList.h +++ b/homework2/LinkList.h @@ -1,3 +1,4 @@ +//LinkList.h #ifndef LINKLIST_H #define LINKLIST_H #include diff --git a/homework2/LinkLits.cpp b/homework2/LinkLits.cpp index 7c556d7..466158e 100644 --- a/homework2/LinkLits.cpp +++ b/homework2/LinkLits.cpp @@ -1,3 +1,4 @@ +//LinkList.cpp #include #include #include"LinkList.h" diff --git a/homework2/test1.cpp b/homework2/test1.cpp index 0437146..5e819e5 100644 --- a/homework2/test1.cpp +++ b/homework2/test1.cpp @@ -1,3 +1,4 @@ +//test1.cpp #include #include "LinkList.h" using namespace std;