program AB : integer ; begin AB := 5; output AB; ab := 3; input AB; output C; end;