Run ID:89077

提交时间:2024-08-22 14:37:01

#include<iostream> using namespace std; int main(){ char A; A='A'+32; cout<<A<<endl; }