0
已采纳
0
#include<bits/stdc++.h>
using namespace std;
int main()
{
字符 a,b,c,d;
输入>>a>>b;
c=a+32;
d=b-32;
输出<<c<<" "<<d;
返回值 0;
}
望采纳!!!
0
0
0