0_0_34710902_25456.cpp:1:3: error: stray '#' in program
1 #include <bits/stdc++.h>
^
0_0_34710902_25456.cpp:1:1: error: expected unqualified-id before numeric constant
1 #include <bits/stdc++.h>
^
0_0_34710902_25456.cpp:3:2: error: expected unqualified-id before numeric constant
3 map<string,int> mp1;
^
0_0_34710902_25456.cpp:4:2: error: expected unqualified-id before numeric constant
4 map<string,int> mp2;
^
0_0_34710902_25456.cpp:5:2: error: expected unqualified-id before numeric constant
5 struct node{
^
0_0_34710902_25456.cpp:7:6: error: 'a' does not name a type
7 } a[55];
^
0_0_34710902_25456.cpp:8:2: error: expected unqualified-id before numeric constant
8 int n;
^
0_0_34710902_25456.cpp:9:2: error: expected unqualified-id before numeric constant
9 int ans;
^
0_0_34710902_25456.cpp:10:1: error: expected unqualified-id before numeric constant
10 int b[55][55];
^
0_0_34710902_25456.cpp:11:1: error: expected unqualified-id before numeric constant
11 int va;
^
0_0_34710902_25456.cpp:12:1: error: expected unqualified-id before numeric constant
12 string na,po;
^
0_0_34710902_25456.cpp:13:1: error: expected unqualified-id before numeric constant
13
^
0_0_34710902_25456.cpp:15:1: error: expected unqualified-id before numeric constant
15 void dfs(int now,int n1,int n2,int n3,int n4){
^
|