填空题

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

【参考答案】

I,A0