I'd never answer posts like this because all these people do is ask others to do their homework for them, and most reply because it strokes their ego to reply. People just do it again and the cycle begins a new.
PS. Wrong forum. Moved.
I'd never answer posts like this because all these people do is ask others to do their homework for them, and most reply because it strokes their ego to reply. People just do it again and the cycle begins a new.
PS. Wrong forum. Moved.
Lookig for a problem, try google codejam's prob A or B ...
GCJ Dashboard
This was one of the question sa qualifying 2 days ago![]()
int main ()
{
float p=3.1416, r=1.0;
double r=p*r*r;
{
cout<<"r="<<r<<",";
cout<<"area="<<p*r*r<<",";
}
system("pause");
return 0;
}
Similar Threads |
|