This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

数组元素需要输入的时候怎么写?

串口输入两个数A,B,新建一个含B个A的数的数组,请问在430的编程里怎么实现呢?谢谢大家?

int x;

int y[x]这样的我试了,编译没有错误,烧写进单片机里就卡死在这里了。谢谢