This commit is contained in:
2024-12-20 15:19:06 +01:00
parent 12155f7fe8
commit 27083bf502
2 changed files with 8 additions and 8 deletions

8
20/20-1.py Normal file → Executable file
View File

@@ -2,10 +2,10 @@
# -*- coding: utf-8 -*-
from collections import defaultdict
#file = "./input.txt"
#cheat_time = 100
file = "./ex.txt"
cheat_time = 25
file = "./input.txt"
cheat_time = 100
#file = "./ex.txt"
#cheat_time = 25
from time import time
from copy import deepcopy

8
20/20-11.py Normal file → Executable file
View File

@@ -2,10 +2,10 @@
# -*- coding: utf-8 -*-
from collections import defaultdict
#file = "./input.txt"
#cheat_time = 100
file = "./ex.txt"
cheat_time = 25
file = "./input.txt"
cheat_time = 100
#file = "./ex.txt"
#cheat_time = 25
from time import time
from copy import deepcopy