私信TA
用户名:hjl88
访问量:8813
签 名:
自我简介:
作者: CE贝多芬 发表时间:2022-08-31 22:13:07 浏览:58 | 评论:0
解题思路:注意事项:参考代码:
#include<iostream> #include <bits/stdc++.h> using namespace std; int main() { string str; cin>>str; for(int i=0;i<str.length();i++) { cout<<(char)toupper(str[i]); } return 0; }
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧