Skip to content

Commit ac4fa26

Browse files
committed
Merge split file by actions
1 parent 55a7281 commit ac4fa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def comb(n: int, r: int, mod: int | None = None) -> int:
223223

224224

225225
# 多次元配列作成
226-
from typing import List, Any
226+
from typing import Any, List
227227

228228

229229
def create_array1(n: int, default: Any = 0) -> List[Any]:
@@ -717,8 +717,8 @@ def op(a,b):
717717
718718
vは配列の長さまたは、初期化する内容
719719
"""
720-
from collections import defaultdict
721720
import math
721+
from collections import defaultdict
722722

723723

724724
class WeightedTreeLCA:

0 commit comments

Comments
 (0)