0_0_18391675_23116.cpp:14:19: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long LL;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:14:29: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long LL;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:14:34: error: 'LL' does not name a type
typedef long long LL;
^
0_0_18391675_23116.cpp:14:42: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_18391675_23116.cpp:14:48: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_18391675_23116.cpp:14:54: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_18391675_23116.cpp:14:60: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_18391675_23116.cpp:15:7: error: 'const int& nbsp' redeclared as different kind of symbol
const LL maxn=1000+10;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:15:12: error: 'LL' does not name a type
const LL maxn=1000+10;
^
0_0_18391675_23116.cpp:15:20: error: 'maxn' does not name a type
const LL maxn=1000+10;
^
0_0_18391675_23116.cpp:15:38: error: expected constructor, destructor, or type conversion before ';' token
const LL maxn=1000+10;
^
0_0_18391675_23116.cpp:15:44: error: expected constructor, destructor, or type conversion before ';' token
const LL maxn=1000+10;
^
0_0_18391675_23116.cpp:16:7: error: 'const int& nbsp' redeclared as different kind of symbol
const LL mod=10000000;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:16:12: error: 'LL' does not name a type
const LL mod=10000000;
^
0_0_18391675_23116.cpp:16:20: error: 'mod' does not name a type
const LL mod=10000000;
^
0_0_18391675_23116.cpp:16:38: error: expected constructor, destructor, or type conversion before ';' token
const LL mod=10000000;
^
0_0_18391675_23116.cpp:16:44: error: expected constructor, destructor, or type conversion before ';' token
const LL mod=10000000;
^
0_0_18391675_23116.cpp:16:50: error: expected constructor, destructor, or type conversion before ';' token
const LL mod=10000000;
^
0_0_18391675_23116.cpp:17:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_18391675_23116.cpp:17:21: error: expected identifier before '&' token
using namespace std;
^
0_0_18391675_23116.cpp:17:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18391675_23116.cpp:17:27: error: 'std' does not name a type
using namespace std;
^
0_0_18391675_23116.cpp:17:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18391675_23116.cpp:17:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18391675_23116.cpp:17:48: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18391675_23116.cpp:18:7: error: 'const int& nbsp' redeclared as different kind of symbol
const int N=4;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:18:16: error: 'int& nbsp' redeclared as different kind of symbol
const int N=4;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:18:21: error: 'N' does not name a type
const int N=4;
^
0_0_18391675_23116.cpp:18:30: error: expected constructor, destructor, or type conversion before ';' token
const int N=4;
^
0_0_18391675_23116.cpp:18:36: error: expected constructor, destructor, or type conversion before ';' token
const int N=4;
^
0_0_18391675_23116.cpp:19:7: error: 'const int& nbsp' redeclared as different kind of symbol
const int MOD=10007;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:19:16: error: 'int& nbsp' redeclared as different kind of symbol
const int MOD=10007;
^
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:19:21: error: 'MOD' does not name a type
const int MOD=10007;
^
0_0_18391675_23116.cpp:19:36: error: expected constructor, destructor, or type conversion before ';' token
const int MOD=10007;
^
0_0_18391675_23116.cpp:19:42: error: expected constructor, destructor, or type conversion before ';' token
const int MOD=10007;
^
0_0_18391675_23116.cpp:20:7: error: expected identifier before '&' token
struct Matrix
^
0_0_18391675_23116.cpp:20:12: error: invalid type in declaration before ';' token
struct Matrix
^
0_0_18391675_23116.cpp:20:12: error: 'int& nbsp' redeclared as different kind of symbol
0_0_18391675_23116.cpp:14:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_18391675_23116.cpp:20:13: error: 'Matrix' does not name a type
struct Matrix
^
0_0_18391675_23116.cpp:20:30: error: expected constructor, destructor, or type conversion before ';' token
struct Matrix
^
0_0_18391675_23116.cpp:21:1: error: expected unqualified-id before '{' token
{
^
0_0_18391675_23116.cpp:23:8: error: expected constructor, destructor, or type conversion before ';' token
};
^
0_0_18391675_23116.cpp:23:14: error: expected constructor, destructor, or type conversion before ';' token
};
^
0_0_18391675_23116.cpp:24:1: error: 'Matrix' does not name a type
Matrix I=
^
0_0_18391675_23116.cpp:24:13: error: 'I' does not name a type
Matrix I=
^
0_0_18391675_23116.cpp:24:26: error: expected constructor, destructor, or type conversion before ';' token
Matrix I=
^
0_0_18391675_23116.cpp:25:1: error: expected unqualified-id before '{' token
{1,0,0,0,
^
0_0_18391675_23116.cpp:28:21: error: expected constructor, destructor, or type conversion before ';' token
0,0,0,1};
^
0_0_18391675_23116.cpp:28:27: error: expected constructor, destructor, or type conversion before ';' token
0,0,0,1};
^
0_0_18391675_23116.cpp:29:1: error: 'Matrix' does not name a type
Matrix multi(Matrix a,Matrix b)
^
0_0_18391675_23116.cpp:29:18: error: expected constructor, destructor, or type conversion before '(' token
Matrix multi(Matrix a,Matrix b)
^
0_0_18391675_23116.cpp:29:31: error: 'a' does not name a type
Matrix multi(Matrix a,Matrix&
|