c++ 中::可表示全局作用域符号
123456
int i=10;int (){ int i=20,j=7; cout<<i+::i%c; return 0;}
输出结果是23
1520
617
603
258
202
近期评论