4 lines
31 B
C
4 lines
31 B
C
|
int f(int x) {
|
||
|
return x*x;
|
||
|
}
|