fork(5) download
  1. var a,b,s:LongInt;
  2. begin
  3. read (a,b);
  4. s:=a+b;
  5. writeln (s);
  6. readln;
  7. end.
  8.  
Success #stdin #stdout 0s 276KB
stdin
Standard input is empty
stdout
0