0_0_17158927_1017.cpp:8:2: error: stray '\' in program
char yuan[6]=\"aeiou\";
^
0_0_17158927_1017.cpp:8:2: error: missing terminating " character
0_0_17158927_1017.cpp:23:4: error: stray '\' in program
cout<<yuan[j]<<\":\"<<s[j]<<endl;
^
0_0_17158927_1017.cpp:23:4: error: missing terminating " character
0_0_17158927_1017.cpp: In function 'int main()':
0_0_17158927_1017.cpp:9:2: error: expected primary-expression before 'int'
int i,j,n,m;
^
0_0_17158927_1017.cpp:10:7: error: 'n' was not declared in this scope
cin>>n;
^
0_0_17158927_1017.cpp:16:3: error: 'm' was not declared in this scope
m=strlen(str);
^
0_0_17158927_1017.cpp:16:15: error: 'strlen' was not declared in this scope
m=strlen(str);
^
0_0_17158927_1017.cpp:17:7: error: 'i' was not declared in this scope
for(i=0;i<m;i++){
^
0_0_17158927_1017.cpp:18:8: error: 'j' was not declared in this scope
for(j=0;j<5;j++){
^
0_0_17158927_1017.cpp:22:7: error: 'j' was not declared in this scope
for(j=0;j<5;j++){
^
0_0_17158927_1017.cpp:24:3: error: expected primary-expression before '}' token
}
^
|