const a=10; var b,c; procedure p; var d; begin d:=20; write(d); c:=d/a; write(c); c:=c+b; write(c); if a