Cod sursa(job #2756818)
Utilizator | Data | 2 iunie 2021 23:07:24 | |
---|---|---|---|
Problema | Subsir crescator maximal | Scor | 0 |
Compilator | py | Status | done |
Runda | Arhiva educationala | Marime | 0.12 kb |
def solve():
file2 = open("scmax.out","w")
file = open("scmax.in","r")
def main():
solve()
main()