Run ID:121628

提交时间:2025-06-07 18:21:47

#include<iostream> #include<cstdio> using namespace std; int main(){ char x; cin>>x; if(x>97==0)||(x<122==0)){ ; x=x+32; }else{ ; x=x-32; } cout<<x; }