【单选题】#include int main ( ) { int x,y; scanf("%d %d",&x,&y); if (x>y) { x=x-y; y=x+y; } else { x=x+y; y=x-y; } printf("%d,%d\n",x,y); return 0; }
【判断题】由于股票具有高风险,因此投资者更愿意购买国债。
【判断题】由于股票具有高风险,因此投资者更愿意购买国债。
【简答题】The women’s club _________ Lin, a foreign company employee who used to pay little attention to her appearance, to improve her dress style and become more confident and open-minded. A.enabled B.had ena...
【简答题】下面程序段运行后,a、b、c的值分别是________、________和________。 int a=0,b=3,c=2; if(a++ && b++) c--; else if(a+1==6 || b--) c++;
【简答题】下面程序段运行后,a、b、c的值分别是 。(答案之间用一个空格隔开) int a=0,b=3,c=2; if(a++&&b++)c--; else if(a+1==6||b--)c++;
【判断题】由于股票具有高风险,因此投资者更愿意购买国债。
【简答题】The twins____the club in 2008 and they____the club for two years. [ ] A.joined;joined B.were in;have been in C.joined;have joined D.joined;have been in