This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
hongwenjun
/
cpp
oglindă de
https://github.com/hongwenjun/cpp
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
e5b1b134c2
Ramuri
Etichete
main
cpp
/
C5
/
P3
/
c3-7.c
c3-7.c
89 B
Istoric
Crud
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;
}