查看会员资料
用 户 名:yusu****
发送消息- Email:用户隐藏
- Icq/MSN:
- 电话号码:
- Homepage:
- 会员简介:
最新会员发布资源
Desktop
- int y; // define y as an integer variable y = 4; // r-value 4 evaluates to 4, which is then assigned to l-value y y = 2 + 5; // r-value 2 + r-value 5 evaluates to r-value 7, which is then assigned to l-value y int x; // define x