标题:小白求助,运算结果二为什么是负数?
取消只看楼主
wl0421
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2022-7-31
结帖率:0
 问题点数:0 回复次数:0 
小白求助,运算结果二为什么是负数?
#include<bits/stdc++.h>
using namespace std;
int main ()
{
    char c1,c2,c3;
    c1='a';
    c2='z';
    c1=c1-32;
    c2=c2+32;
    c3='0'+9;
    cout<<int(c1)<<" "<<int(c2)<<" "<<int(c3)<<" "<<endl;
    return 0;
}
 运行结果 65  -102  57
第二个结果不是应该122吗?请问错哪里了?为什么会是负数?
搜索更多相关主题的帖子: std 运算 int 负数 结果 
2022-08-27 20:53



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509882-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.188365 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved