0_0_29270907_17869.cpp:1:4: error: stray '#' in program
1 #include<cstdio>
^
0_0_29270907_17869.cpp:2:4: error: stray '#' in program
2 #include<map>
^
0_0_29270907_17869.cpp:3:4: error: stray '#' in program
3 #include<cstring>
^
0_0_29270907_17869.cpp:4:4: error: stray '#' in program
4 #define ll __int64
^
0_0_29270907_17869.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<cstdio>
^
0_0_29270907_17869.cpp:6:2: error: expected unqualified-id before numeric constant
6 ll a[23],x[23][5],ans;
^
0_0_29270907_17869.cpp:7:2: error: expected unqualified-id before numeric constant
7 map<ll,ll>p;
^
0_0_29270907_17869.cpp:8:2: error: expected unqualified-id before numeric constant
8 void dfs(int d,int n,ll res,ll f)
^
|