5 lines
36 B
C
5 lines
36 B
C
int kvadrat(int n)
|
|
{
|
|
return n*n;
|
|
}
|
int kvadrat(int n)
|
|
{
|
|
return n*n;
|
|
}
|