Run ID:131742
提交时间:2025-10-01 13:01:36
#include<bits/stdc++.h> using namespace std; int main(){ char a= 'A'; a=a+32; cout<<a<<endl; return 0; }