提交时间:2026-06-12 14:21:45
运行 ID: 90682
#include<bits/stdc++.h> using namespace std; int main() { char s[1000]; cin>>s; strupr(s); cout<<s; return 0; }