A. 用FREE PASCAL編程 2011年長沙市小學生信息學奧林匹克競賽決賽試題
program dd;
var a,b:longint;
c:real;
begin
readln(a,b);
if a=1 then
if b<=2 then c:=b*10
else if b<=10 then c:=20+9*(b-2)
else c:=20+72+7.5*(b-10);
if a=2 then
if b<=10 then c:=b*9
else if b<=50 then c:=b*9*0.8 {這里不知道網購打九折的原價是9元還是10元,如果是10元就把這一句和下一句中回的9改成10就可以了答}
else c:=b*9*0.6;
if a=3 then
if b<50 then c:=6*b
else if b<100 then c:=5*b
else c:=4*b;
writeln(c:0:2);
end.
B. 一篇關於中國家庭給孩子的學習壓力大的英語作文
The study stress of students. Nowadays Chinese students, who are facing firece competance, are under great stress. First, they always have endless homework to do. it is quite common to see a primary student work til 12 o'clock to finish the work. Second, students' spare time is occupied by various training classes. Many parents wish their children to be versatile, so they send them to learn drawing, dancing, singging, playing the piano, and so on, which bring a lot of burden to the students. Third, students have to face the ranking. Ranking system is applied nearly by every Chinese school, which is a way for the teachers to measure the learning quality of students. However, the ranking system makes students nervous, and in order to get a better result, they have to work harder and harder. If the result is unsatisfied, the students probably wil be abused by parents. All in all, nowadays students are under great stress, which casts shadow on their childhood and even adolescence. Therefore, as far as I am concerned, we should give students more spare time, to enjoy life, to have closer touch to the nature, and to spend more time to play and communicate with their peers and parents.