填空题

有以下程序;
#include
using namespaCe std;
int main()
{
int i=010,j=10;
cout<<(++i)<<","< return 0;
)
则该程序运行后的输出结果是【6】

【参考答案】

I,A0