首页| 论坛| 消息
主题:灵异!!!!!!!!!!!
pascalleader发表于 2007-11-07 14:13
var f:array[1..100] of qword;
i:integer;
a:longint;
b:int64;
begin
assign(input,'a.in');
assign(output,'a.out');
reset(input);
rewrite(output);
for i:=1 to 10 do read(f);
for i:=1 to 10 do writeln(f);
close(input);
close(output);
end.

a.in
1
1
1
1
1
1
1
1
a.out
1
2
3
4
5
6
7
8
9
10
qword怎么用??????????????大牛来帮忙!!
回帖(0):

--> 全部回帖(0)»
最新回帖
收藏本帖
发新帖