0_0_22631955_26946.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_22631955_26946.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_22631955_26946.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_22631955_26946.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_22631955_26946.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include <string>
^
0_0_22631955_26946.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdlib>
^
0_0_22631955_26946.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_22631955_26946.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
#include <vector>
^
0_0_22631955_26946.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
#include <set>
^
0_0_22631955_26946.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
#include <map>
^
0_0_22631955_26946.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
#include <queue>
^
0_0_22631955_26946.cpp:12:9: error: #include expects "FILENAME" or <FILENAME>
#include <stack>
^
0_0_22631955_26946.cpp:13:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_22631955_26946.cpp:13:21: error: expected identifier before '&' token
using namespace std;
^
0_0_22631955_26946.cpp:13:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22631955_26946.cpp:13:27: error: 'std' does not name a type
using namespace std;
^
0_0_22631955_26946.cpp:14:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22631955_26946.cpp:15:7: error: 'nbsp' declared as reference but not initialized
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:15:16: error: conflicting declaration 'int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:15:21: error: 'INF' does not name a type
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:16:9: error: 'typedef int& nbsp' redeclared as different kind of symbol
typedef long long ll;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:16:19: error: conflicting declaration 'long int& nbsp'
typedef long long ll;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:16:29: error: conflicting declaration 'long int& nbsp'
typedef long long ll;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:16:34: error: 'll' does not name a type
typedef long long ll;
^
0_0_22631955_26946.cpp:17:7: error: redefinition of 'const int& nbsp'
const int M=10005;
^
0_0_22631955_26946.cpp:15:7: note: 'const int& nbsp' previously declared here
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:17:16: error: conflicting declaration 'int& nbsp'
const int M=10005;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:17:21: error: 'M' does not name a type
const int M=10005;
^
0_0_22631955_26946.cpp:18:7: error: redefinition of 'const int& nbsp'
const int mod=1e9+7;
^
0_0_22631955_26946.cpp:15:7: note: 'const int& nbsp' previously declared here
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:18:16: error: conflicting declaration 'int& nbsp'
const int mod=1e9+7;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:18:21: error: 'mod' does not name a type
const int mod=1e9+7;
^
0_0_22631955_26946.cpp:19:7: error: redefinition of 'const int& nbsp'
const double eps=1e-6;
^
0_0_22631955_26946.cpp:15:7: note: 'const int& nbsp' previously declared here
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:19:19: error: conflicting declaration 'double& nbsp'
const double eps=1e-6;
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:19:24: error: 'eps' does not name a type
const double eps=1e-6;
^
0_0_22631955_26946.cpp:20:7: error: redefinition of 'const int& nbsp'
const double Pi=2*acos(0.0);
^
0_0_22631955_26946.cpp:15:7: note: 'const int& nbsp' previously declared here
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:20:19: error: conflicting declaration 'double& nbsp'
const double Pi=2*acos(0.0);
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:20:24: error: 'Pi' does not name a type
const double Pi=2*acos(0.0);
^
0_0_22631955_26946.cpp:21:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_22631955_26946.cpp:22:8: error: 'nbsp' declared as an 'inline' variable
inline int max(int a,int b){return a>b?a:b;}
^
0_0_22631955_26946.cpp:22:8: error: conflicting declaration 'int& nbsp'
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:22:17: error: conflicting declaration 'int& nbsp'
inline int max(int a,int b){return a>b?a:b;}
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:22:34: error: expected ')' before ';' token
inline int max(int a,int b){return a>b?a:b;}
^
0_0_22631955_26946.cpp:22:34: error: expected constructor, destructor, or type conversion before ';' token
0_0_22631955_26946.cpp:22:35: error: 'a' does not name a type
inline int max(int a,int b){return a>b?a:b;}
^
0_0_22631955_26946.cpp:22:46: error: 'b' does not name a type
inline int max(int a,int b){return a>b?a:b;}
^
0_0_22631955_26946.cpp:23:8: error: 'nbsp' declared as an 'inline' variable
inline int min(int a,int b){return a<b?a:b;}
^
0_0_22631955_26946.cpp:23:8: error: conflicting declaration 'int& nbsp'
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:23:17: error: conflicting declaration 'int& nbsp'
inline int min(int a,int b){return a<b?a:b;}
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:23:34: error: expected ')' before ';' token
inline int min(int a,int b){return a<b?a:b;}
^
0_0_22631955_26946.cpp:23:34: error: expected constructor, destructor, or type conversion before ';' token
0_0_22631955_26946.cpp:23:35: error: 'a' does not name a type
inline int min(int a,int b){return a<b?a:b;}
^
0_0_22631955_26946.cpp:23:46: error: 'b' does not name a type
inline int min(int a,int b){return a<b?a:b;}
^
0_0_22631955_26946.cpp:24:8: error: 'nbsp' declared as an 'inline' variable
inline int bit(int x){return 1<<x;}
^
0_0_22631955_26946.cpp:24:8: error: conflicting declaration 'int& nbsp'
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:24:17: error: conflicting declaration 'int& nbsp'
inline int bit(int x){return 1<<x;}
^
0_0_22631955_26946.cpp:15:7: note: previous declaration as 'const int& nbsp'
const int INF=0x3f3f3f3f;
^
0_0_22631955_26946.cpp:24:34: error: expected ')' before ';' token
inline int bit(int x){return 1<<x;}
^
0_0_22631955_26946.cpp:24:34: error: expected constructor, destructor, or type conversion before ';' token
0_0
|