2024-02-02
input
langs
python
a, b, c = map(int, input().split()) # or li = list(map(int, input().split())
No more posts to load.