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-6-2.c
c3-6-2.c
86 B
Historia
Czysty
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;
}