This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
hongwenjun
/
cpp
mirror de
https://github.com/hongwenjun/cpp
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ramo:
main
Ramos
Etiquetas
main
cpp
/
C5
/
P3
/
c3-6.c
c3-6.c
82 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
9
#include <stdio.h>
int main()
{double a=1.0;
printf("%f\n",a/3);
return 0;
}