写出下列程序的输出结果是()。#include int a = 5;void fun(int b){int a = 10;a += b;printf("%d\n",a);}void main( ){int c = 20;fun(c);a += c;printf("%d\n", a);}
查看答案
写出下列程序的输出结果是()。#include int fun(int n){if(n==1)return 1;elsereturn fun(n-1)+1;}void main( ){int i,j=0;for(i=1;i<4;i++)j += fun(i);printf("%d\n", j);}
1. Are you sure you're all right? _____________(你看上去好像有点不舒服).
A. You don't look well.
B. You look quite yourself.
C. You look quite healthy.
D. You look quite happy.
You'd better take a rest now. ____________(你吃过什么药吗)?
A. Have you gone to the hospital?
B. Do you eat any medicine?
C. Have you had / taken any medicine?
Do you eat any nutritious food?
Look, this is medicated oil.____________(你可以在太阳穴上擦一点) 。
A. You can use it if you want .
B. You might want to rub some on your temples.
C. You might want to rub some on your body.
D. You would like to apply it.