填空题

程序
#include"iostream.h"
void main()
int i=10;
int i=5;
cout <<j+i++<<endl;
的结果为 【7】

【参考答案】

O
热门 试题