#include using namespace std;int main(){
string str="hello,world";
for(int i=0;i<str.size();++i)
toupper(str[i]);
cout<<str<<endl;
return 0;}請問我的程序哪里錯(cuò)了為什么不能將小寫字母轉(zhuǎn)換為大寫字母?
- 2 回答
- 0 關(guān)注
- 3185 瀏覽
添加回答
舉報(bào)
0/150
提交
取消