0_0_29550234_17366.cpp:73:10: error: stray '#' in program
int T, i, j;
^
0_0_29550234_17366.cpp:87:18: error: stray '#' in program
mark[str[0] - 'A' + 10] = 1;
^
0_0_29550234_17366.cpp:105:2: error: stray '#' in program
^
0_0_29550234_17366.cpp:105:8: error: stray '#' in program
^
0_0_29550234_17366.cpp:105:14: error: stray '#' in program
^
0_0_29550234_17366.cpp: In function 'int main()':
0_0_29550234_17366.cpp:73:11: error: expected unqualified-id before numeric constant
int T, i, j;
^
0_0_29550234_17366.cpp:73:11: error: expected initializer before numeric constant
0_0_29550234_17366.cpp:73:15: error: 'T' was not declared in this scope
int T, i, j;
^
0_0_29550234_17366.cpp:73:18: error: 'i' was not declared in this scope
int T, i, j;
^
0_0_29550234_17366.cpp:73:21: error: 'j' was not declared in this scope
int T, i, j;
^
0_0_29550234_17366.cpp:87:19: error: lvalue required as unary '&' operand
mark[str[0] - 'A' + 10] = 1;
^
0_0_29550234_17366.cpp: At global scope:
0_0_29550234_17366.cpp:105:3: error: expected unqualified-id before numeric constant
^
0_0_29550234_17366.cpp:105:3: error: expected constructor, destructor, or type conversion before numeric constant
0_0_29550234_17366.cpp:105:9: error: expected unqualified-id before numeric constant
^
0_0_29550234_17366.cpp:105:9: error: expected constructor, destructor, or type conversion before numeric constant
0_0_29550234_17366.cpp:105:15: error: expected unqualified-id before numeric constant
^
0_0_29550234_17366.cpp:105:15: error: expected constructor, destructor, or type conversion before numeric constant
|