repo.or.cz
/
and.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding some more judges, here and there.
[and.git]
/
NEERC
/
yield
/
yield_gk.dpr
blob
0100d803be3ac938d3ebd0dd8818333f7544301d
1
var
\r
2
a, b: longint;
\r
3
begin
\r
4
assign(input, 'yield.in'); reset(input);
\r
5
assign(output, 'yield.out'); rewrite(output);
\r
6
\r
7
read(a, b);
\r
8
writeln(a + b);
\r
9
\r
10
close(input);
\r
11
close(output);
\r
12
end.