0_0_39557997_6867.cpp: In constructor 'Matrix::Matrix(ll (*)[105])':
0_0_39557997_6867.cpp:12:18: error: expected primary-expression before 'int'
12 | elsefor (int i = 1; i <= n; i++)for (int j = 1; j <= n; j++)a[i][j] = A[i][j];
| ^~~
0_0_39557997_6867.cpp:12:29: error: 'i' was not declared in this scope
12 | elsefor (int i = 1; i <= n; i++)for (int j = 1; j <= n; j++)a[i][j] = A[i][j];
| ^
0_0_39557997_6867.cpp:12:57: error: 'j' was not declared in this scope
12 | elsefor (int i = 1; i <= n; i++)for (int j = 1; j <= n; j++)a[i][j] = A[i][j];
| ^
|