- 陶陶摘苹果
- 2014-11-23 11:12:56 @
Oh My GOD
2 条评论
-
hahayang LV 10 @ 2016-11-13 15:47:20
学编程时的第一题。
var
a:array[1..10] of longint;
i, h, s:longint;
begin
for i:=1 to 10 do read(a[i]);
read(h);
s:=0;
for i:=1 to 10 do if a[i]<=h+30 then inc(s);
write(s)
end.
感谢!!! -
2015-07-20 13:03:23@
送分题肯定是第一题
- 1