growhzang的博客记录一下错误error: invalidtypes ‘[int]’ for arraysubscript| 这个错误产生的原因是由于我定义数组的时候出错了先看代码吧 #include<stdio.h> int main() { int n; n=5; int a[n]; } 原因就在于像...
卖家胖蝌蚪的博客95:51: error: invalidtypes ‘float[int]’ for arraysubscript tools.py: In function ‘PyObject* compiled_func(PyObject*, PyObject*)’: tools.py:93:45: error: invalidtypes ‘float[int]’ for array ...