0_0_18164787_11356.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_18164787_11356.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdlib>
^
0_0_18164787_11356.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_18164787_11356.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_18164787_11356.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include <ctime>
^
0_0_18164787_11356.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_18164787_11356.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_18164787_11356.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
#include <fstream>
^
0_0_18164787_11356.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
#include <vector>
^
0_0_18164787_11356.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
#include <queue>
^
0_0_18164787_11356.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
#include <deque>
^
0_0_18164787_11356.cpp:12:9: error: #include expects "FILENAME" or <FILENAME>
#include <set>
^
0_0_18164787_11356.cpp:13:9: error: #include expects "FILENAME" or <FILENAME>
#include <map>
^
0_0_18164787_11356.cpp:14:9: error: #include expects "FILENAME" or <FILENAME>
#include <string>
^
0_0_18164787_11356.cpp:15:9: error: #include expects "FILENAME" or <FILENAME>
#include <ext/pb_ds/priority_queue.hpp>
^
0_0_18164787_11356.cpp:16:8: error: macro names must be identifiers
#define fi first
^
0_0_18164787_11356.cpp:17:8: error: macro names must be identifiers
#define se second
^
0_0_18164787_11356.cpp:18:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:18:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:19:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_18164787_11356.cpp:19:21: error: expected identifier before '&' token
using namespace std;
^
0_0_18164787_11356.cpp:19:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18164787_11356.cpp:19:27: error: 'std' does not name a type
using namespace std;
^
0_0_18164787_11356.cpp:19:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18164787_11356.cpp:19:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_18164787_11356.cpp:20:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:20:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:21:19: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long ll;
^
0_0_18164787_11356.cpp:21:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_18164787_11356.cpp:21:29: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long ll;
^
0_0_18164787_11356.cpp:21:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_18164787_11356.cpp:21:34: error: 'll' does not name a type
typedef long long ll;
^
0_0_18164787_11356.cpp:21:42: error: expected constructor, destructor, or type conversion before ';' token
typedef long long ll;
^
0_0_18164787_11356.cpp:21:48: error: expected constructor, destructor, or type conversion before ';' token
typedef long long ll;
^
0_0_18164787_11356.cpp:22:23: error: 'unsigned int& nbsp' redeclared as different kind of symbol
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:9: note: previous declaration 'typedef int& nbsp'
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:33: error: 'long int& nbsp' redeclared as different kind of symbol
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:9: note: previous declaration 'typedef int& nbsp'
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:43: error: 'long int& nbsp' redeclared as different kind of symbol
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:9: note: previous declaration 'typedef int& nbsp'
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:48: error: 'ull' does not name a type
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:57: error: expected constructor, destructor, or type conversion before ';' token
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:22:63: error: expected constructor, destructor, or type conversion before ';' token
typedef unsigned long long ull;
^
0_0_18164787_11356.cpp:23:14: error: 'pair' does not name a type
typedef pair<int, int> pii;
^
0_0_18164787_11356.cpp:23:32: error: expected unqualified-id before '>' token
typedef pair<int, int> pii;
^
0_0_18164787_11356.cpp:23:39: error: 'pii' does not name a type
typedef pair<int, int> pii;
^
0_0_18164787_11356.cpp:23:48: error: expected constructor, destructor, or type conversion before ';' token
typedef pair<int, int> pii;
^
0_0_18164787_11356.cpp:23:54: error: expected constructor, destructor, or type conversion before ';' token
typedef pair<int, int> pii;
^
0_0_18164787_11356.cpp:24:14: error: 'map' does not name a type
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:24:31: error: expected unqualified-id before '>' token
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:24:38: error: 'mii' does not name a type
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:24:47: error: expected constructor, destructor, or type conversion before ';' token
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:24:53: error: expected constructor, destructor, or type conversion before ';' token
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:25:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:25:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_18164787_11356.cpp:26:7: error: 'const int& nbsp' redeclared as different kind of symbol
const int maxn = 500010;
^
0_0_18164787_11356.cpp:24:9: note: previous declaration 'typedef int& nbsp'
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:26:16: error: 'int& nbsp' redeclared as different kind of symbol
const int maxn = 500010;
^
0_0_18164787_11356.cpp:24:9: note: previous declaration 'typedef int& nbsp'
typedef map<int, int> mii;
^
0_0_18164787_11356.cpp:26:21: error: 'maxn' does not name a type
const int maxn = 500010;
^
0_0_18164787_11356.cpp:26:31: error: expected unqualified-id before '=' token
const int maxn = 500010;
^
0_0_18164787_11356.cpp:26:38: error: expected unqualified-id before numeric constant
const int m
|