This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
hongwenjun
/
cpp
kopia lustrzana
https://github.com/hongwenjun/cpp
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
e5b1b134c2
Gałęzie
Tagi
main
cpp
/
C5
/
P3
/
c3-7.c
c3-7.c
89 B
Historia
Czysty
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;
}