填空题

有以下程序:
#include”iostream.h”
void main()
int i=10;
int j=5;
cout((j+i++<<endl;
的结果为______。

【参考答案】

15。