问题标签 [fare]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
43 浏览

c - 我想我用scanf做对了......但它带来了C4477并崩溃了

我从来没有见过这样的编译错误。什么是 int*?错误说 %d 需要 int* 不仅仅是 int 我使用 %d 后跟 int var ...但是我应该如何处理 int*?