【单选题】客房送餐服务最主要的项目主要是为客人提供
【简答题】I borrowed a book from Linda. Linda__________a book.
【多选题】游客参加小包价旅游团时可由游客自选的服务项目主要有 ( )
【单选题】阅读下面程序,执行后的结果为( )。 include“stdio.h” void fun(int*a,int*b) { int k; k=5; *a=k; *b=*a+k; ) main() { int*a,*b,x=10,y=15; a=&x; b=&y, fun(a,b); printf(“%d,%d\n”,*a,*b); }
【单选题】阅读下面程序,则执行后的输出结果为 。 #include "stdio.h" fun(int a,int b) {int s; s=a*b/2; printf("%d\n",s);} main( ) {int a=10,b=16; fun(a,b);}
【单选题】I _____ the book for three weeks, I must return it to the library. [ ]
【单选题】阅读下面程序,则执行后的结果为( ). long fun(int n) { if(n>2) return(fun(n-1)+fun(n-2)); else return(2); } main( ) { printf("%ld\n",fun(5));}
【多选题】影响变动制造费用效率差异的原因的有( )。