Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
⚡ TypeScript/JavaScript/Python/C++
maker of tokura.app
# input
a = input() # str
a = int(input()) # int
a = list(input().split()) # list of str
a = list(map(int, input().split())) # list of int
There was an error while loading. Please reload this page.