-----------------------------------------------------apperception,见字如面。-----------------------------------------------------

a+++b结果

#include <iostream>
using namespace std;
int main()
{
    int a=2,b=3;
    cout <<a+++b<<endl;
    cout <<a <<b<<endl ;
}

可自行测试

先++后+

res:5  3  3

 

posted @ 2017-08-22 18:13  apperception  阅读(137)  评论(0编辑  收藏  举报