For this part, you are allowed 30 minutes to write a short essay entitled My Views on Plastic Surgery. You should write at least 150 words according to the outline given below in Chinese:
1.越来越多的人接受整形手术
2.我的看法及理由
3.结论
My Views on Plastic Surgery
查看答案
田某系某大学教授,2008年1~12月收入情况如下:
(1)每月取得工资薪金3800元;12月31日一次性领取年终奖10000元。
(2)出版图书,取得收入80000元。
(3)接受出版社委托审核稿件,取得收入24000元。
(4)购买体育彩票,一次性中奖收入5万元,将其中的1万元通过境内非营利团体捐赠给希望工程。
(5)取得到期的国库券利息收入1200元。
要求:根据以上资料,回答下列问题:
(1)田某2008年工资薪金及奖金所得应纳个人所得税。
(2)田某出版图书所得应纳个人所得税。
(3)田某2008年审核稿件所得应纳个人所得税。
(4)田某2008年中奖所得应纳个人所得税。
(5)田某2008年到期的国库券利息收入应纳个人所得税。
编写函数,isValue(),它的功能是求Fibonacci数列中大于t的最小的一个数,结果由函数返回,其中 Fibonacci数列F(n)的定义为:
F(0)=0,F(1)=1
F(n)=F(n-1)+F(n-2)
最后调用函数writeDat(),把结果输出到文件OUTl0.DAT中。
例如:当t=1000时,函数值为1597。
注意:部分源程序已给出。
请勿改动主函数main()和写函数WriteDat()的内容。
include <stdio.h>
int jsValue(int t)
{
}
main ()
{
int n;
n=1000;
printf("n=%d, f=%d\n", n, jsValue(n));
writeDat ();
}
writeDat ()
{
FILE *in, *out;
int n, s;
ut = fopen ("OUT10.DAT", "w");
s = jsValue(1O00); printf("% d",s);
fprintf(out, "%d\n", s);
fclose (out);
}
Part A
Suppose that one of your friends Jane asks you to give some advice on applying for admission to your college or university. Give a reply to your friend.
You should write approximately 100 words. Do not sign your own name at the end of your letter. Use "Wang Hong instead. You do not need to write the address.
你有一个大学同学,家境十分贫困。好不容易凑齐了学费却在回学校的火车上被小偷偷走,作为学生会的主席你会采取什么样的方式帮助这位同学?