【简答题】
以下程序的运行结果是[填空1]。 #include stdio.hvoid main(){int i=1,s=3;do{s+=i++;if (s%7==0)continue;else++i;} while (sprintf(%d\n}
【简答题】
以下程序的运行结果是[填空1]。 #include stdio.hvoid main(){int i=1,s=0;do{s+=i++;if (s%7==0)continue;else++i;} while (sprintf(%d\n}
【单选题】
设有关系R和S,则与关系代数表达式R-(R-S)等价的是( )。
【单选题】
2. Where’s Lily? We are all here _______ her
【单选题】
2. The notice can be written on any material as long as it’s _______.
【单选题】
若有说明:char s[10]=abc;则数组元素s[3]的值是()。
【单选题】
It’s hot now. It’s time to ___your warm clothes in the wardrobe.
【单选题】
信号量S的初值为8,在S上执行了10次P操作,6次V操作后,S的值为( )。
【单选题】
信号量S的初值为8,在S上执行了10次P操作,6次V操作后,S的值为()。