Run ID:124732

提交时间:2025-07-12 11:53:44

#include<iostream> using namespace std; int main() { char sb; int b,c; cin.get(sb); b-sb-1; c=sb+1; if(b>=32&&b<=126){ cout<<b<<endl; }else{ cout<<"Input Error!"; } if(c>=32&&c<=126){ cout<<c; }else{ cout<<"Input Error!"; } }