我看到了这段代码
a<?=b; // (a and b are int)
来自Google Code Jam的解决方案.
但我的VS在'?'上显示错误
我只知道以下内容:
a>b?a=0:b=0;
谢谢.
c++ syntax
c++ ×1
syntax ×1