fork download
  1. N = int(input())
  2. print(N * N - 1)
Runtime error #stdin #stdout #stderr 0.12s 23524KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
    N = int(input())
EOFError: EOF when reading a line