0_0_23656702_18490.cpp:10:4: error: stray '\' in program
if (s[i]>=\'a\'&&s[i]<=\'z\')
^
0_0_23656702_18490.cpp:10:4: error: missing terminating ' character
0_0_23656702_18490.cpp:12:5: error: stray '\' in program
a[s[i]-\'a\']++;
^
0_0_23656702_18490.cpp:12:5: error: missing terminating ' character
0_0_23656702_18490.cpp:18:4: error: stray '\' in program
printf(\"%c:%d\\n\",i+\'a\',a[i]);
^
0_0_23656702_18490.cpp:18:4: error: missing terminating " character
0_0_23656702_18490.cpp:21:3: error: stray '\' in program
printf(\"\\n\");
^
0_0_23656702_18490.cpp:21:3: error: missing terminating " character
0_0_23656702_18490.cpp: In function 'int main()':
0_0_23656702_18490.cpp:11:4: error: expected primary-expression before '{' token
{
^
0_0_23656702_18490.cpp:11:4: error: expected ')' before '{' token
0_0_23656702_18490.cpp:19:10: error: expected ')' before ';' token
a[i]=0;
^
0_0_23656702_18490.cpp:22:2: error: expected primary-expression before '}' token
}
^
|