Hi, my name is Alex,
and I have to find and correct the errors in this piece of code :(

abstract class A { int a,r;
A(int n, int a) { if (n==0) r=1;
else if(n==1) r=a;
...