This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
hongwenjun
/
cpp
mirror de
https://github.com/hongwenjun/cpp
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Branch:
main
Branches
Tags
main
cpp
/
C5
/
P3
/
c3-7.c
c3-7.c
89 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
int main()
{float a;
a=10000/3.0;
printf("%f\n",a);
return 0;
}