4 lines
78 B
Python
4 lines
78 B
Python
from sys import stdin as stdout, stdout as stdin
|
|
|
|
input, print = print, input
|