4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
fun int main () =
|
|
let n = read(int); x = n+n; y = x-1
|
|
in write(n*y)
|