Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by Darwin ( 15 years ago )
program itung;
var
a,b,c : integer;
begin
readln (a,b);
c := a+b;
c := c mod 10;
writeln (c);
end.
Revise this Paste