Sur*_*uri 3 c++
下面的程序应该打印"错误",但它的打印成功.为什么?
#include<iostream> using namespace std; int main() { unsigned int a; a=-10; if(a == -10) cout << "success" ; else cout << "error" ; return 0; }
Ign*_*ams 6
用于比较的转换使它们再次相等.但它应该导致编译器发出警告.
归档时间:
15 年,2 月 前
查看次数:
158 次
最近记录: