0_0_18475749_1371.cpp:2:4: error: stray '#' in program
2 #include <cstring>
^
0_0_18475749_1371.cpp:3:4: error: stray '#' in program
3 #include <algorithm>
^
0_0_18475749_1371.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include <cstring>
^
0_0_18475749_1371.cpp:5:2: error: expected unqualified-id before numeric constant
5 char str1[1005],str2[1005];
^
0_0_18475749_1371.cpp:6:2: error: expected unqualified-id before numeric constant
6 int len1,len2,dp[1005][1005];//数组太大一定要放在主函数的外面
^
0_0_18475749_1371.cpp:7:2: error: expected unqualified-id before numeric constant
7 int main()
^
|