填空题

若有下列定义(设int类型变量占两个字节),则i= 【6】 ,j= 【7】
  int i=8,j=9;float x=123.456;
  print("i=%oj=%o\n",i,j);

【参考答案】

[6] 10
[7]11