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

2. 数值类型 中2.整型 的代码有错误 #184

Closed
dethan3 opened this issue Aug 31, 2022 · 2 comments
Closed

2. 数值类型 中2.整型 的代码有错误 #184

dethan3 opened this issue Aug 31, 2022 · 2 comments

Comments

@dethan3
Copy link

dethan3 commented Aug 31, 2022

uint256 public _number1 = _number + 1; // +,-,*,/
应该是
uint256 public _number1 = _number1 + 1; // +,-,*,/

@AmazingAng
Copy link
Owner

没错啊,就是_number

@dethan3
Copy link
Author

dethan3 commented Aug 31, 2022

没错啊,就是_number

抱歉,我没有认清文章含义

@dethan3 dethan3 closed this as completed Aug 31, 2022
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

2 participants