0_0_34159313_19555.cpp: In function 'int main()':
0_0_34159313_19555.cpp:14:22: error: 'cout' was not declared in this scope
if(a[i]==',') cout<<"£¬";
^
0_0_34159313_19555.cpp:15:27: error: 'cout' was not declared in this scope
else if(a[i]=='.') cout<<"¡£";
^
0_0_34159313_19555.cpp:16:27: error: 'cout' was not declared in this scope
else if(a[i]=='!') cout<<"£¡";
^
0_0_34159313_19555.cpp:18:9: error: 'cout' was not declared in this scope
cout<<"¡¶";
^
0_0_34159313_19555.cpp:22:9: error: 'cout' was not declared in this scope
cout<<"¡·";
^
0_0_34159313_19555.cpp:25:27: error: 'cout' was not declared in this scope
else if(a[i]=='?') cout<<"£¿";
^
0_0_34159313_19555.cpp:28:13: error: 'cout' was not declared in this scope
cout<<"¡°";
^
0_0_34159313_19555.cpp:32:9: error: 'cout' was not declared in this scope
cout<<"¡±";
^
0_0_34159313_19555.cpp:36:13: error: 'cout' was not declared in this scope
else cout<<a[i];
^
0_0_34159313_19555.cpp:40:5: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_34159313_19555.cpp:40:11: error: 'endl' was not declared in this scope
cout<<endl;
^
|