fork download
  1. program int1;
  2. var
  3. a:integer;
  4. b:byte;
  5. c:word;
  6. d:shortint;
  7. f:longint;
  8. begin
  9. a:=1;
  10. b:=2;
  11. c:=3;
  12. d:=4;
  13. f:=5;
  14.  
  15. end.
Success #stdin #stdout 0s 276KB
stdin
Standard input is empty
stdout
Standard output is empty