0_0_19869058_12445.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_19869058_12445.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_19869058_12445.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_19869058_12445.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <string>
^
0_0_19869058_12445.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdlib>
^
0_0_19869058_12445.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include <climits>
^
0_0_19869058_12445.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include <ctype.h>
^
0_0_19869058_12445.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
#include <queue>
^
0_0_19869058_12445.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
#include <stack>
^
0_0_19869058_12445.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
#include <vector>
^
0_0_19869058_12445.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
#include <utility>
^
0_0_19869058_12445.cpp:12:9: error: #include expects "FILENAME" or <FILENAME>
#include <deque>
^
0_0_19869058_12445.cpp:13:9: error: #include expects "FILENAME" or <FILENAME>
#include <set>
^
0_0_19869058_12445.cpp:14:9: error: #include expects "FILENAME" or <FILENAME>
#include <map>
^
0_0_19869058_12445.cpp:15:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_19869058_12445.cpp:16:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_19869058_12445.cpp:22:8: error: macro names must be identifiers
#define INF 0x3f3f3f3f
^
0_0_19869058_12445.cpp:26:8: error: macro names must be identifiers
#define ONLINE_JUDGE
^
0_0_19869058_12445.cpp:27:8: error: macro names must be identifiers
#ifndef ONLINE_JUDGE
^
0_0_19869058_12445.cpp:33:8: error: macro names must be identifiers
#define N 600010
^
0_0_19869058_12445.cpp:34:8: error: macro names must be identifiers
#define M 100010
^
0_0_19869058_12445.cpp:17:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_19869058_12445.cpp:17:21: error: expected identifier before '&' token
using namespace std;
^
0_0_19869058_12445.cpp:17:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19869058_12445.cpp:17:27: error: 'std' does not name a type
using namespace std;
^
0_0_19869058_12445.cpp:17:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19869058_12445.cpp:17:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_19869058_12445.cpp:18:7: error: 'nbsp' declared as reference but not initialized
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:19: error: conflicting declaration 'double& nbsp'
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:7: note: previous declaration as 'const int& nbsp'
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:24: error: 'eps' does not name a type
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:33: error: expected unqualified-id before '=' token
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:40: error: expected unqualified-id before numeric constant
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:50: error: expected constructor, destructor, or type conversion before ';' token
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:18:56: error: expected constructor, destructor, or type conversion before ';' token
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:19:7: error: redefinition of 'const int& nbsp'
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:18:7: note: 'const int& nbsp' previously declared here
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:19:19: error: conflicting declaration 'double& nbsp'
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:18:7: note: previous declaration as 'const int& nbsp'
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:19:24: error: 'PI' does not name a type
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:19:32: error: expected unqualified-id before '=' token
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:19:43: error: expected constructor, destructor, or type conversion before '(' token
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:19:56: error: expected constructor, destructor, or type conversion before ';' token
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:19:62: error: expected constructor, destructor, or type conversion before ';' token
const double PI = acos(-1.00);
^
0_0_19869058_12445.cpp:21:7: error: redefinition of 'const int& nbsp'
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:18:7: note: 'const int& nbsp' previously declared here
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:21:19: error: conflicting declaration 'double& nbsp'
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:18:7: note: previous declaration as 'const int& nbsp'
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:21:24: error: 'e' does not name a type
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:21:31: error: expected unqualified-id before '=' token
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:21:41: error: expected constructor, destructor, or type conversion before '(' token
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:21:52: error: expected constructor, destructor, or type conversion before ';' token
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:21:58: error: expected constructor, destructor, or type conversion before ';' token
const double e = exp(1.0);
^
0_0_19869058_12445.cpp:31:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_19869058_12445.cpp:31:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_19869058_12445.cpp:32:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_19869058_12445.cpp:32:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_19869058_12445.cpp:35:7: error: expected identifier before '&' token
struct treap
^
0_0_19869058_12445.cpp:35:12: error: invalid type in declaration before ';' token
struct treap
^
0_0_19869058_12445.cpp:35:12: error: conflicting declaration 'int& nbsp'
0_0_19869058_12445.cpp:18:7: note: previous declaration as 'const int& nbsp'
const double eps = 1e-9;
^
0_0_19869058_12445.cpp:35:13: error: 'treap' does not name a type
struct treap
^
0_0_19869058_12445.cpp:35:29: error: expected constructor, destructor, or type conversion before ';' token
struct treap
^
0_0_19869058_12445.cpp:36:1: error: expected unqualified-id before '{' token
{
^
0_0_19869058_12445.cpp:38:7: error: expected const
|