0_0_35329186_10996\Main.java:11: 错误: 非法字符: '#'
#include <map>
^
0_0_35329186_10996\Main.java:11: 错误: 需要class, interface或enum
#include <map>
^
0_0_35329186_10996\Main.java:12: 错误: 非法字符: '#'
#include <set>
^
0_0_35329186_10996\Main.java:13: 错误: 非法字符: '#'
#include <list>
^
0_0_35329186_10996\Main.java:14: 错误: 非法字符: '#'
#include <cmath>
^
0_0_35329186_10996\Main.java:15: 错误: 非法字符: '#'
#include <queue>
^
0_0_35329186_10996\Main.java:16: 错误: 非法字符: '#'
#include <cstdio>
^
0_0_35329186_10996\Main.java:17: 错误: 非法字符: '#'
#include <stack>
^
0_0_35329186_10996\Main.java:18: 错误: 非法字符: '#'
#include <time.h>
^
0_0_35329186_10996\Main.java:19: 错误: 非法字符: '#'
#include <vector>
^
0_0_35329186_10996\Main.java:20: 错误: 非法字符: '#'
#include <cstdlib>
^
0_0_35329186_10996\Main.java:21: 错误: 非法字符: '#'
#include <cstring>
^
0_0_35329186_10996\Main.java:22: 错误: 非法字符: '#'
#include <iomanip>
^
0_0_35329186_10996\Main.java:23: 错误: 非法字符: '#'
#include <iostream>
^
0_0_35329186_10996\Main.java:24: 错误: 非法字符: '#'
#include <algorithm>
^
0_0_35329186_10996\Main.java:25: 错误: 非法字符: '#'
#define show(x) std::cerr << #x << " = " << x << std::endl
^
0_0_35329186_10996\Main.java:25: 错误: 非法字符: '#'
#define show(x) std::cerr << #x << " = " << x << std::endl
^
0_0_35329186_10996\Main.java:26: 错误: 非法字符: '#'
#define show2(x,y) std::cerr << #x << " = " << x << " " << #y << " = " << y << std::endl
^
0_0_35329186_10996\Main.java:26: 错误: 非法字符: '#'
#define show2(x,y) std::cerr << #x << " = " << x << " " << #y << " = " << y << std::endl
^
0_0_35329186_10996\Main.java:26: 错误: 非法字符: '#'
#define show2(x,y) std::cerr << #x << " = " << x << " " << #y << " = " << y << std::endl
^
0_0_35329186_10996\Main.java:27: 错误: 非法字符: '#'
#define show3(x,y,z) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << std::endl
^
0_0_35329186_10996\Main.java:27: 错误: 非法字符: '#'
#define show3(x,y,z) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << std::endl
^
0_0_35329186_10996\Main.java:27: 错误: 非法字符: '#'
#define show3(x,y,z) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << std::endl
^
0_0_35329186_10996\Main.java:27: 错误: 非法字符: '#'
#define show3(x,y,z) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << std::endl
^
0_0_35329186_10996\Main.java:28: 错误: 非法字符: '#'
#define show4(x,y,z,p) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << " " << #p << " = " << p << std::endl
^
0_0_35329186_10996\Main.java:28: 错误: 非法字符: '#'
#define show4(x,y,z,p) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << " " << #p << " = " << p << std::endl
^
0_0_35329186_10996\Main.java:28: 错误: 非法字符: '#'
#define show4(x,y,z,p) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << " " << #p << " = " << p << std::endl
^
0_0_35329186_10996\Main.java:28: 错误: 非法字符: '#'
#define show4(x,y,z,p) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << " " << #p << " = " << p << std::endl
^
0_0_35329186_10996\Main.java:28: 错误: 非法字符: '#'
#define show4(x,y,z,p) std::cerr << #x << " = " << x << " " << #y << " = " << y << " " << #z << " = " << z << " " << #p << " = " << p << std::endl
^
0_0_35329186_10996\Main.java:29: 错误: 非法字符: '#'
#define IOS ios::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
^
0_0_35329186_10996\Main.java:29: 错误: 需要class, interface或enum
#define IOS ios::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
^
0_0_35329186_10996\Main.java:29: 错误: 需要class, interface或enum
#define IOS ios::sync_with_stdio(false);cin.tie(NULL);cout.tie(NULL);
^
0_0_35329186_10996\Main.java:30: 错误: 非法字符: '#'
#define fin freopen("in.txt", "r", stdin)
^
0_0_35329186_10996\Main.java:30: 错误: 需要class, interface或enum
#define fin freopen("in.txt", "r", stdin)
^
0_0_35329186_10996\Main.java:31: 错误: 非法字符: '#'
#define fout freopen("out.txt", "w", stdout)
^
0_0_35329186_10996\Main.java:32: 错误: 非法字符: '#'
#define ll long long
^
0_0_35329186_10996\Main.java:35: 错误: 非法字符: '#'
#include <unordered_map>
^
0_0_35329186_10996\Main.java:35: 错误: 需要class, interface或enum
#include <unordered_map>
^
0_0_35329186_10996\Main.java:36: 错误: 非法字符: '#'
#define VNAME(x) (#x)
^
0_0_35329186_10996\Main.java:36: 错误: 非法字符: '#'
#define VNAME(x) (#x)
^
0_0_35329186_10996\Main.java:37: 错误: 非法字符: '#'
#define Kan(x) std::cerr << "[ " << #x << " ]"; KAN(x)
^
0_0_35329186_10996\Main.java:37: 错误: 非法字符: '#'
#define Kan(x) std::cerr << "[ " << #x << " ]"; KAN(x)
^
0_0_35329186_10996\Main.java:37: 错误: 需要class, interface或enum
#define Kan(x) std::cerr << "[ " << #x << " ]"; KAN(x)
^
0_0_35329186_10996\Main.java:38: 错误: 需要'{'
template<class TPL>
^
0_0_35329186_10996\Main.java:40: 错误: 不是语句
std :: cerr << std :: endl << "Element Number = " << A.size() << std :: endl << "< ";
^
0_0_35329186_10996\Main.java:41: 错误: 不是语句
for(auto it : A)std :: cerr << it << ", ";
^
0_0_35329186_10996\Main.java:42: 错误: 不是语句
std :: cerr << ">" << std :: endl << std :: endl;
^
0_0_35329186_10996\Main.java:44: 错误: 需要';'
namespace Fast_IO{ ///orz laofu
^
0_0_35329186_10996\Main.java:45: 错误: 非法的表达式开始
const int MAXL((1 << 18) + 1);int iof, iotp;
^
0_0_35329186_10996\Main.java:45: 错误: 需要';'
const int MAXL((1 << 18) + 1);int iof, iotp;
^
0_0_35329186_10996\Main.java:46: 错误: 需要']'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 非法的表达式开始
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 非法的表达式开始
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要<标识符>
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 不是语句
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 不是语句
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 不是语句
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 需要';'
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:46: 错误: 不是语句
char ioif[MAXL], *ioiS, *ioiT, ioof[MAXL],*iooS=ioof,*iooT=ioof+MAXL-1,ioc,iost[55];
^
0_0_35329186_10996\Main.java:47: 错误: 需要';'
char Getchar(){
^
0_0_35329186_10996\Main.java:49: 错误: 非法的表达式开始
ioiS=ioif;ioiT=ioiS+fread(ioif,1,MAXL,stdin);return (ioiS == i
|