or
Published at 2024-02-02
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
langs
python
input
a, b, c = map(int, input().split())
# or
li = list(map(int, input().split()))
Published at 2024-02-02
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
langs
python
input
a, b, c = map(int, input().split())
# or
li = list(map(int, input().split()))