0_0_37272289_30769.cpp:1:4: error: stray '#' in program
1 #include<stdio.h>
^
0_0_37272289_30769.cpp:2:4: error: stray '#' in program
2 #include<string.h>
^
0_0_37272289_30769.cpp:3:4: error: stray '#' in program
3 #include<math.h>
^
0_0_37272289_30769.cpp:4:4: error: stray '#' in program
4 #define inf 1000000000
^
0_0_37272289_30769.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<stdio.h>
^
0_0_37272289_30769.cpp:6:2: error: expected unqualified-id before numeric constant
6 int s[10][10][10][10],fsum[10][10][10][10];
^
0_0_37272289_30769.cpp:7:2: error: expected unqualified-id before numeric constant
7 int dp(int x1,int y1,int x2,int y2,int k)
^
|