Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var a,b,c:longint;
- begin
- assign(input, 'gorodok.in'); reset(input);
- assign(output, 'gorodok.out'); rewrite(output);
- read(a,b);
- c:=a+b;
- writeln(c);
- close(input); close(output);
- end.
Advertisement
Add Comment
Please, Sign In to add comment