Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
0001
# include <stdio.h> int main (void) { float scale, µ, volume, radius; scale = (4.0f/3.0f); µ = 3.14; radius = 10.0f; volume = scale * µ * radius * radius * radius; printf("volume: %.2f\n", volume); return 0; }
run
|
edit
|
history
|
help
0
Vectores: buscar valor en array
ternary test c89
Vzdalenost
Bucles: Rombo asimetrico
Ducktype
myblkqsort-ptr 20m numbers
Numero pi Euler
Eukleidova algoritmu
Vectores: Burbuja
Recorrido matriz bidimensional y busqueda valor