Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

习题5.7中(a)题有误 #44

Open
Vcwmz opened this issue Feb 11, 2022 · 0 comments
Open

习题5.7中(a)题有误 #44

Vcwmz opened this issue Feb 11, 2022 · 0 comments

Comments

@Vcwmz
Copy link

Vcwmz commented Feb 11, 2022

(a) if (ival1 != ival2)
ival1 = ival2
else
ival1 = ival2 = 0;

#缺少分号,应改成

(a) if (ival1 != ival2)
ival1 = ival2;
else
ival1 = ival2 = 0;

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

No branches or pull requests

1 participant