city.cpp:5:7: error: 'll' does not name a type
const ll N = 100001;
^~
city.cpp:7:1: error: 'll' does not name a type
ll n, wr[N], wc[N], mod = 1e9 + 7;
^~
city.cpp:8:6: error: 'll' was not declared in this scope
set <ll> r[N], c[N];
^~
city.cpp:8:8: error: template argument 1 is invalid
set <ll> r[N], c[N];
^
city.cpp:8:8: error: template argument 2 is invalid
city.cpp:8:8: error: template argument 3 is invalid
city.cpp:8:12: error: 'N' was not declared in this scope
set <ll> r[N], c[N];
^
city.cpp:8:18: error: 'N' was not declared in this scope
set <ll> r[N], c[N];
^
city.cpp:9:15: error: 'll' was not declared in this scope
vector <pair <ll, ll> > a;
^~
city.cpp:9:19: error: 'll' was not declared in this scope
vector <pair <ll, ll> > a;
^~
city.cpp:9:21: error: template argument 1 is invalid
vector <pair <ll, ll> > a;
^
city.cpp:9:21: error: template argument 2 is invalid
city.cpp:9:23: error: template argument 1 is invalid
vector <pair <ll, ll> > a;
^
city.cpp:9:23: error: template argument 2 is invalid
city.cpp:10:12: error: 'll' was not declared in this scope
map <pair <ll, ll>, ll> mpr, mpc;
^~
city.cpp:10:16: error: 'll' was not declared in this scope
map <pair <ll, ll>, ll> mpr, mpc;
^~
city.cpp:10:18: error: template argument 1 is invalid
map <pair <ll, ll>, ll> mpr, mpc;
^
city.cpp:10:18: error: template argument 2 is invalid
city.cpp:10:21: error: 'll' was not declared in this scope
map <pair <ll, ll>, ll> mpr, mpc;
^~
city.cpp:10:23: error: template argument 1 is invalid
map <pair <ll, ll>, ll> mpr, mpc;
^
city.cpp:10:23: error: template argument 2 is invalid
city.cpp:10:23: error: template argument 3 is invalid
city.cpp:10:23: error: template argument 4 is invalid
city.cpp:11:1: error: 'll' does not name a type
ll cntr, cntc, ans;
^~
city.cpp:13:11: error: variable or field 'addr' declared void
void addr(ll x, ll y){
^~
city.cpp:13:11: error: 'll' was not declared in this scope
city.cpp:13:17: error: 'll' was not declared in this scope
void addr(ll x, ll y){
^~
city.cpp:17:11: error: variable or field 'addc' declared void
void addc(ll x, ll y){
^~
city.cpp:17:11: error: 'll' was not declared in this scope
city.cpp:17:17: error: 'll' was not declared in this scope
void addc(ll x, ll y){
^~
city.cpp:21:11: error: variable or field 'setr' declared void
void setr(ll row, ll col1, ll col2){
^~
city.cpp:21:11: error: 'll' was not declared in this scope
city.cpp:21:19: error: 'll' was not declared in this scope
void setr(ll row, ll col1, ll col2){
^~
city.cpp:21:28: error: 'll' was not declared in this scope
void setr(ll row, ll col1, ll col2){
^~
city.cpp:31:11: error: variable or field 'setc' declared void
void setc(ll col, ll row1, ll row2){
^~
city.cpp:31:11: error: 'll' was not declared in this scope
city.cpp:31:19: error: 'll' was not declared in this scope
void setc(ll col, ll row1, ll row2){
^~
city.cpp:31:28: error: 'll' was not declared in this scope
void setc(ll col, ll row1, ll row2){
^~
city.cpp:41:10: error: variable or field 'gor' declared void
void gor(ll l, ll r){
^~
city.cpp:41:10: error: 'll' was not declared in this scope
city.cpp:41:16: error: 'll' was not declared in this scope
void gor(ll l, ll r){
^~
city.cpp:49:10: error: variable or field 'goc' declared void
void goc(ll l, ll r){
^~
city.cpp:49:10: error: 'll' was not declared in this scope
city.cpp:49:16: error: 'll' was not declared in this scope
void goc(ll l, ll r){
^~
city.cpp:57:11: error: variable or field 'dfsr' declared void
void dfsr(ll node, ll pnode){
^~
city.cpp:57:11: error: 'll' was not declared in this scope
city.cpp:57:20: error: 'll' was not declared in this scope
void dfsr(ll node, ll pnode){
^~
city.cpp:65:11: error: variable or field 'dfsc' declared void
void dfsc(ll node, ll pnode){
^~
city.cpp:65:11: error: 'll' was not declared in this scope
city.cpp:65:20: error: 'll' was not declared in this scope
void dfsc(ll node, ll pnode){
^~
city.cpp:73:17: error: 'll' was not declared in this scope
int DistanceSum(ll N, ll *X, ll *Y) {
^~
city.cpp:73:23: error: 'll' was not declared in this scope
int DistanceSum(ll N, ll *X, ll *Y) {
^~
city.cpp:73:27: error: 'X' was not declared in this scope
int DistanceSum(ll N, ll *X, ll *Y) {
^
city.cpp:73:30: error: 'll' was not declared in this scope
int DistanceSum(ll N, ll *X, ll *Y) {
^~
city.cpp:73:34: error: 'Y' was not declared in this scope
int DistanceSum(ll N, ll *X, ll *Y) {
^
city.cpp:73:35: error: expression list treated as compound expression in initializer [-fpermissive]
int DistanceSum(ll N, ll *X, ll *Y) {
^