这个题
cpp代码:
#include<iostream> #include<cstring> using namespace std; int main(){ char a[105]; cin>>a; strupr(a); cout<<a; return 0; }
在cpp软件上编译了一下,效果完全正确 然而:https://www.luogu.com.cn/record/196337205 求助………………………………………………
在cpp软件上编译了一下,效果完全正确
然而:https://www.luogu.com.cn/record/196337205
求助………………………………………………