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
Gałąź:
main
Gałęzie
Tagi
main
cpp
/
C5
/
P3
/
c3-6.c
c3-6.c
82 B
Bezpośredni odnośnik
Historia
Czysty
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;
}