填空题

程序
#include"iostream.h"
void main( )

int i =10;
int j=5;
cout<<j+i++<<endl;

的结果为 【7】

【参考答案】

O