What should i do when i have this error: argument of type “int” is incompatible with parameter of type “int(*)[101]” in c++

后端 未结 0 691
醉话见心
醉话见心 2021-01-08 00:23
#include 
using namespace std;

void readMatrixA(int lenght)
{
    int matrixA[101][101];
    for (int i = 0; i < lenght; i++)
        for (int j          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题