
1条回答 默认 最新
-Undefined_ 2021-10-27 20:10关注#include <stdio.h> int main() { char ch,ch1,ch2; scanf("%c",&ch); ch1=ch-1; ch2=ch+1; printf("%c %d\n",ch1,(int)ch1); printf("%c %d",ch2,(int)ch2); return 0; }
觉得有用的话采纳一下哈
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报