2 lines
41 B
Python
2 lines
41 B
Python
import fileinput
|
|
list(fileinput.input())
|
import fileinput
|
|
list(fileinput.input())
|