0_0_19602743_4728.cpp:2:4: error: stray '#' in program
2 #include<cstring>
^
0_0_19602743_4728.cpp:3:4: error: stray '#' in program
3 #include<algorithm>
^
0_0_19602743_4728.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_19602743_4728.cpp:5:2: error: expected unqualified-id before numeric constant
5 struct node
^
0_0_19602743_4728.cpp:8:5: error: 's' does not name a type
8 }s[1010];
^
0_0_19602743_4728.cpp:9:2: error: expected unqualified-id before numeric constant
9 int main()
^
|