1
2
3
|
class Solution:
def sum(self, num1: int, num2: int) -> int:
return num1+num2
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
백준 24079 移動 (Moving) (0) | 2022.04.12 |
---|---|
백준 알고리즘 수업 - 알고리즘의 수행 시간 1 (0) | 2022.04.12 |
leetcode 682. Baseball Game (0) | 2022.04.11 |
leetcode 1507. Reformat Date (0) | 2022.04.08 |
leetcode 169. Majority Element (0) | 2022.04.08 |
댓글