Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Test2
#include "stdio.h" #define PI 3.14 main() { double r;//圆的半径 double s;//圆的面积 printf("请输入圆的半径:\n");//提示 scanf("%lf",&r);//从键盘上输入圆的面积 s =PI * r * r;//计算圆的半径 printf("圆的面积为(PI=3.14):\n%.2lf\n",s);//屏幕上输出圆的面积 }
run
|
edit
|
history
|
help
0
EL PANGRAMA PERFECTO
Pregunta 3 de registros
Simple Calculator v1.0
Exercicio de C - Vetor Multidimensional
dcl
Spring 2017 Project 2 v1.5
Ultimo avance de pregunta 1 guía4
25/11/2021
C code to compare two texts in form of array of chars ignoring the capitalization
a