#include<bits/stdc++.h>
using namespace std;
int main(){
	double a,b;
	scanf("%lf %lf",&a,&b);
	printf("%.8lf\n%.8lf %.8lf",b/a/a,18.5*a*a,24*a*a);
	return 0;
} 

0 comments

No comments so far...

Information

ID
2594
Time
1000ms
Memory
256MiB
Difficulty
6
Tags
# Submissions
17
Accepted
10
Uploaded By