单项选择题有三个关系R、S和T如下:由关系R和S通过运算得到关系T,则所使用的运算为
单项选择题下列程序的输出结果是( )。main( ){ int i,s=0;for(i=1;i<10;i+=2) s+=i+1;printf(“%d n”,s); }