include<iostream.h>
int rain(iltl a,int
B.
{
if(a<
B.return a;
else retum b;
retum 0;
}
void main
eout<<min(1,min(2,3))<<endl;
A.0
B.1
C.2
D.3