↩ revert:

This commit is contained in:
lzy
2024-05-27 02:33:10 +08:00
parent 2336f88407
commit a277dec1fe
136 changed files with 606 additions and 606 deletions

View File

@@ -5,10 +5,10 @@
int main( )
{
char* name[5] = {"Follow me", "Basic", "Great", "Fortran", "Computer"};
char *name[5] = {"Follow me", "Basic", "Great", "Fortran", "Computer"};
// 指针数组
int i, j, k;
char* tmp;
char *tmp;
for (i = 0; i < 5 - 1; i++)
{