fork download
  1. #include <stdio.h>
  2. #define PI 3.14
  3. const double KichThuoc =20.5;
  4. int main() {
  5. // your code goes here
  6.  
  7. double x=10;
  8. double y=x*PI;
  9. printf("Gia tri cuar y la: %f",y);
  10.  
  11. return 0;
  12. }
  13.  
Success #stdin #stdout 0s 5304KB
stdin
Standard input is empty
stdout
Gia tri cuar y la: 31.400000