Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
MKjanek32
/
AK2-stuff
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Różne programy na zajęcia laboratoryjne z AK2
2
Révisions
1
Branche
Aborescence:
08576f8376
AK2-stuff
/
lab4
/
kwadrat.c
kwadrat.c
77B
Historique
Brut
1
2
3
4
5
6
double
kwadrat
(
int
x,
double
y)
{
double
z = x*x + y*y;
return
z;
}