program li1(input,output); const pi=3.1415926; var r,l,s: real; begin write(‘input r:’); readln(r); s:=pi*r*r; l:=2*pi*r; writeln(‘s=’,s); writeln(‘l=’,l); readln; end.
2010/11/4 bipul jain <[email protected]> > hello folks, > > Currently i am working on a building a parser for pascal language. > but i am stuck as i could not get a sample code for it. > > Please help. > thankyou > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-code%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > > -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
