Skip to content

您好,我这段代码不知道哪里错了。 #10

Answered by Xilesun
drankonlysherry asked this question in Q&A
Discussion options

You must be logged in to vote
for (int j = 0; strlen(Player_2); j++)
        {
            if (Player_2[j] == point1[i])
            {
                g2 += 1;
            }
        }

36 行 strlen(Player_2) 循环条件不对

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
9 replies
@drankonlysherry
Comment options

@Xilesun
Comment options

@drankonlysherry
Comment options

@Xilesun
Comment options

Answer selected by Xilesun
@drankonlysherry
Comment options

Comment options

You must be logged in to vote
2 replies
@Xilesun
Comment options

@drankonlysherry
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants