Uh what are you doing there?
var l = .00000012;
var c = .0000000000020;
var-accuracy ends with .001, you should use double variables.
You output the wrong variables (what's a,b?).
You have defined PI, not pi.
There is no operator between pi and sqrt.
Again, what is L? (lite-C is case-sensitive).
(Dividing by 1 is not so helpful, but I guess you know that.

)
There is no semicolon.