callmePicacho
Results
2
issues of
callmePicacho
## Bug Report Please answer these questions before submitting your issue. Thanks! ### 1. What did you do? 修复有个文本错误,这个错误导致 markdown 语法无法成功渲染文本 ### 2. What did you expect to see? ###...
type/bug
原文中: ``` ic = *p3; // 合法, 对 p3 取值后是一个 int 然后赋值给 ic ``` 其中 ic 和 p3 的定义是: ``` const int ic; const int *const p3; ``` 无法将值赋给常量,此答案应为非法