« Minimal Replication »

Home Tags About

or

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

« Minimal Replication »

Powered by Astro