1a, b, c = map(int, input().split())2# or3li = list(map(int, input().split()))Article title:or
Article author:Julyfun
Release time:Feb 2, 2024
Copyright 2025
Sitemap 1a, b, c = map(int, input().split())2# or3li = list(map(int, input().split()))