Skip to content

Conversation

XiaoxuanLi35
Copy link

原代码:
int tmp = s[i];
s[i] = s[j];
s[j] = tmp;
s[i]为一个character而不是integer,所以tmp需要修改为char

原代码:
int tmp = s[i];
s[i] = s[j];
s[j] = tmp;
s[i]为一个character而不是integer,所以tmp需要修改为char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant