-和~混合使用

~n == n * (-1) - 1;

-~n == n + 1;

~-n == n - 1;

posted on 2013-02-20 18:55  Sure_Yi  阅读(166)  评论(0编辑  收藏  举报

导航