0_0_32754489_11875.cpp:22:2: error: stray '\243' in program
return 0£»
^
0_0_32754489_11875.cpp:22:2: error: stray '\273' in program
0_0_32754489_11875.cpp: In function 'int main()':
0_0_32754489_11875.cpp:11:3: error: 'len' was not declared in this scope
len = strlen(str);
^
0_0_32754489_11875.cpp:12:3: error: 'j' was not declared in this scope
j = len - 1;
^
0_0_32754489_11875.cpp:23:1: error: expected ';' before '}' token
}
^
|