diff --git a/GESP/GESP C++三级认证试卷2023年6月.pdf b/GESP/GESP C++三级认证试卷2023年6月.pdf index 04ecc9d..bb433e4 100644 Binary files a/GESP/GESP C++三级认证试卷2023年6月.pdf and b/GESP/GESP C++三级认证试卷2023年6月.pdf differ diff --git a/GESP/GESP12月C++三级真题.pdf b/GESP/GESP12月C++三级真题.pdf index 71be705..d47b1a7 100644 Binary files a/GESP/GESP12月C++三级真题.pdf and b/GESP/GESP12月C++三级真题.pdf differ diff --git a/GESP/Test.cpp b/GESP/Test.cpp index 32bd43f..93dfdde 100644 --- a/GESP/Test.cpp +++ b/GESP/Test.cpp @@ -1,11 +1,7 @@ #include using namespace std; int main() { - - int i; - for (i = 1; i < 20; i++) cout << "a"; - cout << endl; - - cout << i << endl; + int list[10] = {1}; + cout << list; return 0; } \ No newline at end of file