Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
sphere
//gcc 5.4.0 #include <stdio.h> const double pi=3.14; int main(void) { double a; double b; double R; scanf("%lf",&R); scanf("%lf",&b); scanf("%lf",&a); double area= (a/b)* pi* R*R*R; printf("area:%lf",area); return 0; }
run
|
edit
|
history
|
help
0
LinkedListTest
string_ptr_to_fct_param_v2
Sorting Character array using Qsort
Project 5 v0.1
4
Taco practice
223780
ptr_to_ptr
Test1
% with negative numerator and positive denominator (gcc)