下面程序输出是什么?
.
#include <iostream>
using namespace std;
void main()
{
int i = 5, b = 7; cout << (i+++b) <<endl;
}
微信扫码关注 无忧题库 公众号