0_0_20844178_25484.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_20844178_25484.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_20844178_25484.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_20844178_25484.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_20844178_25484.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_20844178_25484.cpp:10:8: error: macro names must be identifiers
#define repf(i,a,b) for(int i=(a);i<=(b);i++)
^
0_0_20844178_25484.cpp:2:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:2:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:8:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_20844178_25484.cpp:8:21: error: expected identifier before '&' token
using namespace std;
^
0_0_20844178_25484.cpp:8:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20844178_25484.cpp:8:27: error: 'std' does not name a type
using namespace std;
^
0_0_20844178_25484.cpp:8:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20844178_25484.cpp:8:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_20844178_25484.cpp:9:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:9:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:11:19: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long ll;
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:11:29: error: 'long int& nbsp' redeclared as different kind of symbol
typedef long long ll;
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:11:34: error: 'll' does not name a type
typedef long long ll;
^
0_0_20844178_25484.cpp:11:42: error: expected constructor, destructor, or type conversion before ';' token
typedef long long ll;
^
0_0_20844178_25484.cpp:11:48: error: expected constructor, destructor, or type conversion before ';' token
typedef long long ll;
^
0_0_20844178_25484.cpp:12:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:12:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:13:7: error: 'const int& nbsp' redeclared as different kind of symbol
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:13:19: error: 'double& nbsp' redeclared as different kind of symbol
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:13:24: error: 'EPS' does not name a type
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:13:33: error: expected unqualified-id before '=' token
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:13:40: error: expected unqualified-id before numeric constant
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:13:50: error: expected constructor, destructor, or type conversion before ';' token
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:13:56: error: expected constructor, destructor, or type conversion before ';' token
const double EPS = 1e-8;
^
0_0_20844178_25484.cpp:14:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:14:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:15:7: error: expected identifier before '&' token
struct Point {
^
0_0_20844178_25484.cpp:15:12: error: invalid type in declaration before ';' token
struct Point {
^
0_0_20844178_25484.cpp:15:12: error: 'int& nbsp' redeclared as different kind of symbol
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:15:13: error: 'Point' does not name a type
struct Point {
^
0_0_20844178_25484.cpp:15:24: error: expected unqualified-id before '{' token
struct Point {
^
0_0_20844178_25484.cpp:18:7: error: expected constructor, destructor, or type conversion before ';' token
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:8: error: 'a' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:16: error: 'b' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:24: error: 'c' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:32: error: 'd' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:40: error: 'e' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:48: error: 'f' does not name a type
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:55: error: expected constructor, destructor, or type conversion before ';' token
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:18:61: error: expected constructor, destructor, or type conversion before ';' token
} a, b, c, d, e, f;
^
0_0_20844178_25484.cpp:19:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:19:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_20844178_25484.cpp:20:5: error: 'int& nbsp' redeclared as different kind of symbol
int t;
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:20:10: error: 't' does not name a type
int t;
^
0_0_20844178_25484.cpp:20:17: error: expected constructor, destructor, or type conversion before ';' token
int t;
^
0_0_20844178_25484.cpp:20:23: error: expected constructor, destructor, or type conversion before ';' token
int t;
^
0_0_20844178_25484.cpp:21:8: error: 'double& nbsp' redeclared as different kind of symbol
double p, q%
^
0_0_20844178_25484.cpp:11:9: note: previous declaration 'typedef int& nbsp'
typedef long long ll;
^
0_0_20844178_25484.cpp:21:13: error: 'p' does not name a type
double p, q%
^
0_0_20844178_25484.cpp:21:21: error: 'q' does not name a type
double p, q%
^
|