This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
cpp
espejo de
https://github.com/hongwenjun/cpp
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Rama:
main
Ramas
Etiquetas
main
cpp
/
C5
/
P3
/
c3-6-2.c
c3-6-2.c
86 B
Permalink
Histórico
Raw
1
2
3
4
5
6
7
8
#include <stdio.h>
int main()
{double a=1.0;
printf("%20.15f\n",a/3);
return 0;
}