0_0_13812294_13449.cpp:2:3: error: expected unqualified-id before numeric constant
2 using namespace std;
^
0_0_13812294_13449.cpp:3:3: error: expected unqualified-id before numeric constant
3 char s1[10],s2[10],s3[10]; //¼Ç¼ÊäÈëµÄ×Ö·û
^
0_0_13812294_13449.cpp:4:3: error: expected unqualified-id before numeric constant
4 char ss1[10],ss2[10],ss3[10];
^
0_0_13812294_13449.cpp:5:3: error: expected unqualified-id before numeric constant
5 char solvechar[10],beginchar[10];
^
0_0_13812294_13449.cpp:6:3: error: expected unqualified-id before numeric constant
6 char solveint[10];
^
0_0_13812294_13449.cpp:7:3: error: expected unqualified-id before numeric constant
7 char judgerepeat[10];
^
0_0_13812294_13449.cpp:8:3: error: expected unqualified-id before numeric constant
8 int lena,lenb,lenc;
^
0_0_13812294_13449.cpp:9:3: error: expected unqualified-id before numeric constant
9 int num_beginchar;
^
0_0_13812294_13449.cpp:10:2: error: expected unqualified-id before numeric constant
10 int num_solvechar;
^
0_0_13812294_13449.cpp:11:2: error: expected unqualified-id before numeric constant
11 int sum;
^
0_0_13812294_13449.cpp:12:2: error: expected unqualified-id before numeric constant
12 void solve(int already_char)
^
|