0_0_22850037_1525.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_22850037_1525.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_22850037_1525.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_22850037_1525.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_22850037_1525.cpp:5:8: error: macro names must be identifiers
#define MAX 37
^
0_0_22850037_1525.cpp:6:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:6:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:7:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_22850037_1525.cpp:7:21: error: expected identifier before '&' token
using namespace std;
^
0_0_22850037_1525.cpp:7:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22850037_1525.cpp:7:27: error: 'std' does not name a type
using namespace std;
^
0_0_22850037_1525.cpp:7:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22850037_1525.cpp:7:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22850037_1525.cpp:8:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:8:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:9:19: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long LL;
^
0_0_22850037_1525.cpp:9:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_22850037_1525.cpp:9:29: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long LL;
^
0_0_22850037_1525.cpp:9:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_22850037_1525.cpp:9:34: error: 'LL' does not name a type
typedef long long LL;
^
0_0_22850037_1525.cpp:9:42: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_22850037_1525.cpp:9:48: error: expected constructor, destructor, or type conversion before ';' token
typedef long long LL;
^
0_0_22850037_1525.cpp:10:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:10:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:11:5: error: 'int& nbsp' redeclared as different kind of symbol
int t,n;
^
0_0_22850037_1525.cpp:9:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_22850037_1525.cpp:11:10: error: 't' does not name a type
int t,n;
^
0_0_22850037_1525.cpp:11:19: error: expected constructor, destructor, or type conversion before ';' token
int t,n;
^
0_0_22850037_1525.cpp:11:25: error: expected constructor, destructor, or type conversion before ';' token
int t,n;
^
0_0_22850037_1525.cpp:12:1: error: 'LL' does not name a type
LL dp[MAX];
^
0_0_22850037_1525.cpp:12:9: error: 'dp' does not name a type
LL dp[MAX];
^
0_0_22850037_1525.cpp:12:22: error: expected constructor, destructor, or type conversion before ';' token
LL dp[MAX];
^
0_0_22850037_1525.cpp:12:28: error: expected constructor, destructor, or type conversion before ';' token
LL dp[MAX];
^
0_0_22850037_1525.cpp:13:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:13:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22850037_1525.cpp:14:5: error: 'int& nbsp' redeclared as different kind of symbol
int main ( )
^
0_0_22850037_1525.cpp:9:9: note: previous declaration 'typedef int& nbsp'
typedef long long LL;
^
0_0_22850037_1525.cpp:14:10: error: 'main' does not name a type
int main ( )
^
0_0_22850037_1525.cpp:14:26: error: expected ')' before ';' token
int main ( )
^
0_0_22850037_1525.cpp:14:27: error: expected unqualified-id before ')' token
int main ( )
^
0_0_22850037_1525.cpp:14:39: error: expected constructor, destructor, or type conversion before ';' token
int main ( )
^
0_0_22850037_1525.cpp:15:1: error: expected unqualified-id before '{' token
{
^
|